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 8059b39 commit 67f6542Copy full SHA for 67f6542
src/Illuminate/Support/Facades/Facade.php
@@ -212,7 +212,7 @@ protected static function resolveFacadeInstance($name)
212
if (isset(static::$resolvedInstance[$name])) {
213
return static::$resolvedInstance[$name];
214
}
215
- dump(array_keys(static::$resolvedInstance));
+
216
if (static::$app) {
217
if (static::$cached) {
218
return static::$resolvedInstance[$name] = static::$app[$name];
0 commit comments