Skip to content

Commit

Permalink
Update Facade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jul 15, 2021
1 parent 8059b39 commit 67f6542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Facades/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ protected static function resolveFacadeInstance($name)
if (isset(static::$resolvedInstance[$name])) {
return static::$resolvedInstance[$name];
}
dump(array_keys(static::$resolvedInstance));

if (static::$app) {
if (static::$cached) {
return static::$resolvedInstance[$name] = static::$app[$name];
Expand Down

0 comments on commit 67f6542

Please sign in to comment.