Cleanup of cli
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
require_once 'composer.php';
|
||||
|
||||
$builder = new \DI\ContainerBuilder();
|
||||
$builder = new DI\ContainerBuilder();
|
||||
|
||||
$folders = [
|
||||
'settings',
|
||||
@ -24,7 +24,7 @@ foreach ($folders as $f) {
|
||||
}
|
||||
}
|
||||
|
||||
$app = new \ProVM\Common\Wrapper\Application($builder->build());
|
||||
$app = new ProVM\Wrapper\Application($builder->build());
|
||||
|
||||
$folder = implode(DIRECTORY_SEPARATOR, [
|
||||
__DIR__,
|
||||
|
Reference in New Issue
Block a user