From 61bbe73e6531141041ed64c02e40ffee105ecf85 Mon Sep 17 00:00:00 2001 From: Shaker Al Muzaini <92122042+Shaker-Al-Muzaini@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:18:28 +0200 Subject: [PATCH] Update Kernel.php --- app/Http/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index af0214a..7c32126 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -5,7 +5,7 @@ use Illuminate\Foundation\Http\Kernel as HttpKernel; class Kernel extends HttpKernel -{ +{ /** * The application's global HTTP middleware stack. *