Browse Source

Merge pull request #235 from cocostru/5.0

Update ServiceContainer.php
Jonny Wenmoth 7 years ago
parent
commit
5052fbcf08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/DependencyInjection/ServiceContainer.php

+ 1 - 1
src/DependencyInjection/ServiceContainer.php

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