Skip to content

Commit 6e20d89

Browse files
authored
Update LaravelDebugbar.php
1 parent 9b08d61 commit 6e20d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelDebugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ function ($query, $bindings = null, $time = null, $connectionName = null) use ($
451451

452452
if ($this->shouldCollect('auth', false)) {
453453
try {
454-
$guards = array_keys($this->app['config']->get('auth.guards', []));
454+
$guards = $this->app['config']->get('auth.guards', []);
455455
$authCollector = new MultiAuthCollector($app['auth'], $guards);
456456

457457
$authCollector->setShowName(

0 commit comments

Comments
 (0)