Skip to content

Commit 332ac55

Browse files
committed
prefer ->app rather than helper
1 parent 7be5a7a commit 332ac55

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
@@ -787,7 +787,7 @@ protected function selectStorage(DebugBar $debugbar)
787787
break;
788788
case 'custom':
789789
$class = $config->get('debugbar.storage.provider');
790-
$storage = app($class);
790+
$storage = $this->app->make($class);
791791
break;
792792
case 'file':
793793
default:

0 commit comments

Comments
 (0)