We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd16ffb + 6fd0f2c commit 08a39b4Copy full SHA for 08a39b4
Loader/FileLoader.php
@@ -75,7 +75,7 @@ public function import($resource, $type = null, $ignoreErrors = false, $sourceRe
75
}
76
77
78
- if ($args !== $frame['args']) {
+ if (__FILE__ !== $frame['file']) {
79
throw $e;
80
81
0 commit comments