From 985f8fe8a4c262a671c8137fb65dd9857541a09b Mon Sep 17 00:00:00 2001 From: Shaker Al Muzaini <92122042+Shaker-Al-Muzaini@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:32:23 +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 4a8d50e..c5a54ac 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -4,7 +4,7 @@ use Illuminate\Foundation\Http\Kernel as HttpKernel; -class Kernel extends HttpKernel +class Kernel extends HttpKernel { /** * The application's global HTTP middleware stack.