mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-22 12:07:32 +00:00
Move services.yml
This commit is contained in:
parent
e863de7133
commit
0779825f80
|
@ -11,7 +11,7 @@ class Container
|
|||
public function __construct()
|
||||
{
|
||||
$this->containerBuilder = new ContainerBuilder();
|
||||
$loader = new YamlFileLoader($this->containerBuilder, new FileLocator(__DIR__.'/../../config'));
|
||||
$loader = new YamlFileLoader($this->containerBuilder, new FileLocator(__DIR__.'/../../'));
|
||||
$loader->load('services.yml');
|
||||
$this->containerBuilder->addCompilerPass(new CommandCompilerClass());
|
||||
$this->containerBuilder->compile();
|
||||
|
|
Loading…
Reference in a new issue