Skip to content

Commit

Permalink
🚨 Run Pint
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Feb 3, 2025
1 parent da14019 commit 72ba0a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
],
'views' => [
'timeline' => false, // Add the views to the timeline (Experimental)
'data' => false, //Note: Can slow down the application, because the data can be quite large..
'data' => false, // Note: Can slow down the application, because the data can be quite large..
'exclude_paths' => [], // Add the paths which you don't want to appear in the views
],
'route' => [
Expand Down
2 changes: 1 addition & 1 deletion config/filament-logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'color' => 'warning',
'logger' => \Z3d0X\FilamentLogger\Loggers\ModelLogger::class,
'register' => [
//App\Models\User::class,
// App\Models\User::class,
],
],

Expand Down

0 comments on commit 72ba0a0

Please sign in to comment.