Skip to content

Commit 67f6542

Browse files
authored
Update Facade.php
1 parent 8059b39 commit 67f6542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Facade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ protected static function resolveFacadeInstance($name)
212212
if (isset(static::$resolvedInstance[$name])) {
213213
return static::$resolvedInstance[$name];
214214
}
215-
dump(array_keys(static::$resolvedInstance));
215+
216216
if (static::$app) {
217217
if (static::$cached) {
218218
return static::$resolvedInstance[$name] = static::$app[$name];

0 commit comments

Comments
 (0)