Skip to content

Commit 72ba0a0

Browse files
committed
🚨 Run Pint
1 parent da14019 commit 72ba0a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
],
207207
'views' => [
208208
'timeline' => false, // Add the views to the timeline (Experimental)
209-
'data' => false, //Note: Can slow down the application, because the data can be quite large..
209+
'data' => false, // Note: Can slow down the application, because the data can be quite large..
210210
'exclude_paths' => [], // Add the paths which you don't want to appear in the views
211211
],
212212
'route' => [

‎config/filament-logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'color' => 'warning',
3838
'logger' => \Z3d0X\FilamentLogger\Loggers\ModelLogger::class,
3939
'register' => [
40-
//App\Models\User::class,
40+
// App\Models\User::class,
4141
],
4242
],
4343

0 commit comments

Comments
 (0)