There was an error while loading. Please reload this page.
1 parent 9a5e6c9 commit b3cf36aCopy full SHA for b3cf36a
src/Symfony/Component/Config/Loader/FileLoader.php
@@ -72,7 +72,7 @@ public function import($resource, $type = null, $ignoreErrors = false, $sourceRe
72
}
73
self::$loading[$resource] = true;
74
75
- $ret = $loader->load($resource);
+ $ret = $loader->load($resource, $type);
76
77
unset(self::$loading[$resource]);
78
0 commit comments