From 3b0fd708c8814dc848abafd17f46d12800c001c5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 25 Aug 2026 14:28:14 +0930 Subject: [PATCH] Apply Pint formatting to bootstrap/ --- bootstrap/app.php | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bootstrap/app.php b/bootstrap/app.php index f2801adf6..057c8a84e 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -1,5 +1,10 @@ singleton( Illuminate\Contracts\Http\Kernel::class, - App\Http\Kernel::class + Kernel::class ); $app->singleton( @@ -37,8 +42,8 @@ $app->singleton( ); $app->singleton( - Illuminate\Contracts\Debug\ExceptionHandler::class, - App\Exceptions\Handler::class + ExceptionHandler::class, + Handler::class ); /*