mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Move services.yml
This commit is contained in:
parent
e863de7133
commit
0779825f80
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue