From 72ba0a0b2ebc80a8820d938db8dc0aecbc0d3670 Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 3 Feb 2025 07:27:14 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Run=20Pint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/debugbar.php | 2 +- config/filament-logger.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/debugbar.php b/config/debugbar.php index cb5f5f5..1866db3 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -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' => [ diff --git a/config/filament-logger.php b/config/filament-logger.php index 63080d2..369f872 100644 --- a/config/filament-logger.php +++ b/config/filament-logger.php @@ -37,7 +37,7 @@ 'color' => 'warning', 'logger' => \Z3d0X\FilamentLogger\Loggers\ModelLogger::class, 'register' => [ - //App\Models\User::class, + // App\Models\User::class, ], ],