8000 [Config] fixed glob file loader when there is an exception · symfony/symfony@d1b6601 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1b6601

Browse files
committed
[Config] fixed glob file loader when there is an exception
1 parent 71fba96 commit d1b6601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/Loader/GlobFileLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GlobFileLoader extends FileLoader
2323
*/
2424
public function load($resource, $ty 5939 pe = null)
2525
{
26-
return $this->import($resource, null, true);
26+
return $this->import($resource);
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)
0