Skip to content

Commit 64ef594

Browse files
committed
moved DI config to separate folder
1 parent 912ef23 commit 64ef594

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/AbstractCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function createContainer(){
2121
}
2222
$builder = new ContainerBuilder;
2323
$builder->setDefinitionCache(new \Doctrine\Common\Cache\ArrayCache);
24-
$builder->addDefinitions(__DIR__ . '/config.php');
24+
$builder->addDefinitions(dirname(__DIR__) . '/DI/config.php');
2525
self::$container = $builder->build();
2626
}
2727
protected function isVerbose($arguments){

0 commit comments

Comments
 (0)