Cleanup of cli
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace ProVM\Common\Wrapper;
|
||||
namespace ProVM\Wrapper;
|
||||
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Symfony\Component\Console\Application as Base;
|
||||
@ -22,4 +22,4 @@ class Application extends Base
|
||||
$this->container = $container;
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user