From f43d75feeed958608ec9f5dfd2e11a3041f9c6bc Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 13 Mar 2024 06:27:24 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Http/Exceptions/Handler.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Http/Exceptions/Handler.php b/src/Http/Exceptions/Handler.php index 2ca3692..4f6e9d5 100644 --- a/src/Http/Exceptions/Handler.php +++ b/src/Http/Exceptions/Handler.php @@ -1,5 +1,14 @@ + * + * This source file is subject to the MIT license that is bundled + * with this source code in the file LICENSE. + */ + namespace Jiannei\Response\Laravel\Http\Exceptions; use Jiannei\Response\Laravel\Support\Traits\ExceptionTrait; @@ -7,4 +16,4 @@ class Handler extends \Illuminate\Foundation\Exceptions\Handler { use ExceptionTrait; -} \ No newline at end of file +}