Skip to content

Commit d86d1ed

Browse files
committed
[Config] fixed glob file loader when there is an exception
1 parent 9c780b6 commit d86d1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, $type = null)
2525
{
26-
return $this->import($resource, null, true);
26+
return $this->import($resource);
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)