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 06628e8 + 08a39b4 commit 8ad1c1bCopy full SHA for 8ad1c1b
Loader/FileLoader.php
@@ -73,7 +73,7 @@ public function import($resource, $type = null, $ignoreErrors = false, $sourceRe
73
}
74
75
76
- if ($args !== $frame['args']) {
+ if (__FILE__ !== $frame['file']) {
77
throw $e;
78
79
0 commit comments