We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912ef23 commit 64ef594Copy full SHA for 64ef594
2 files changed
src/Command/AbstractCommand.php
@@ -21,7 +21,7 @@ protected function createContainer(){
21
}
22
$builder = new ContainerBuilder;
23
$builder->setDefinitionCache(new \Doctrine\Common\Cache\ArrayCache);
24
- $builder->addDefinitions(__DIR__ . '/config.php');
+ $builder->addDefinitions(dirname(__DIR__) . '/DI/config.php');
25
self::$container = $builder->build();
26
27
protected function isVerbose($arguments){
src/Command/config.php src/DI/config.phpsrc/Command/config.php renamed to src/DI/config.php
0 commit comments