Skip to content

Commit

Permalink
Merge pull request #235 from cocostru/5.0
Browse files Browse the repository at this point in the history
Update ServiceContainer.php
  • Loading branch information
jonnnnyw authored Apr 3, 2018
2 parents 9916e29 + fd8d70a commit 5052fbc
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 5052fbc

Please sign in to comment.