Skip to content

Commit

Permalink
Update ServiceContainer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dimanise authored Feb 17, 2018
1 parent 9916e29 commit 8568880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/ServiceContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static function getInstance()
/**
* Load service container.
*/
public function load()
public function load($file=null)
{
$loader = new YamlFileLoader($this, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('config.yml');
Expand Down

0 comments on commit 8568880

Please sign in to comment.