From 89e5ebcd5584d27f177122ba5cd6610f90071a53 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 4 Jan 2025 09:09:18 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Minimal=20bootloader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/functions.php b/functions.php index 9e3b351..de804d5 100644 --- a/functions.php +++ b/functions.php @@ -1,8 +1,6 @@ withMiddleware(function (Middleware $middleware) { - // - }) - ->withExceptions(function (Exceptions $exceptions) { - // - }) + ->withProviders([ + App\Providers\ThemeServiceProvider::class, + ]) ->boot(); /*