From 76fabc968ad95ecbcb26676016020bc533ac63de 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:34 +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 7c32126..16e74a3 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.