From 5be65fbdb2ca20ae902edf989e78d9a6b2caaf50 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:13 +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 923f974..b540563 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. *