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 1c2d159 commit 5b5aefcCopy full SHA for 5b5aefc
Routing/DelegatingLoader.php
@@ -77,7 +77,7 @@ public function load($resource, $type = null)
77
// - this handles the case and prevents the second fatal error
78
// by triggering an exception beforehand.
79
80
- throw new LoaderLoadException($resource, null, null, null, $type);
+ throw new LoaderLoadException($resource, null, 0, null, $type);
81
}
82
$this->loading = true;
83
0 commit comments