Skip to content

Commit f8562c3

Browse files
committed
Use helper instead of facade
1 parent db4820c commit f8562c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/debugbar.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
use Illuminate\Support\Facades\Config;
4-
53
return array(
64

75
/*
@@ -13,7 +11,7 @@
1311
|
1412
*/
1513

16-
'enabled' => Config::get('app.debug'),
14+
'enabled' => config('app.debug'),
1715

1816
/*
1917
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)