|
@@ -45,7 +45,7 @@ class ServiceContainer extends ContainerBuilder
|
|
|
/**
|
|
/**
|
|
|
* Load service container.
|
|
* Load service container.
|
|
|
*/
|
|
*/
|
|
|
- public function load()
|
|
|
|
|
|
|
+ public function load($file = null)
|
|
|
{
|
|
{
|
|
|
$loader = new YamlFileLoader($this, new FileLocator(__DIR__.'/../Resources/config'));
|
|
$loader = new YamlFileLoader($this, new FileLocator(__DIR__.'/../Resources/config'));
|
|
|
$loader->load('config.yml');
|
|
$loader->load('config.yml');
|