From 7c24e7204ab37a40f52b5160fc48ef1bb750f202 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:31:47 +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 74ff90e..b8636ec 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.