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.
1 parent 8b0faa6 commit ed6fa6aCopy full SHA for ed6fa6a
Loader/PhpFileLoader.php
@@ -40,7 +40,7 @@ public function load($file, $type = null)
40
41
// the closure forbids access to the private scope in the included file
42
$loader = $this;
43
- $load = \Closure::bind(static function ($file) use ($loader) {
+ $load = \Closure::bind(static function ($file) {
44
return include $file;
45
}, null, ProtectedPhpFileLoader::class);
46
0 commit comments