Skip to content

Commit

Permalink
Update ServiceContainer.php
Browse files Browse the repository at this point in the history
Fix as per jonnnnyw#235
  • Loading branch information
dimanise authored Feb 17, 2018
1 parent b3c3e20 commit 3defd5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static function getInstance()
* @access public
* @return void
*/
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 3defd5e

Please sign in to comment.