From a7b623c0a13d7d142bdc4940a6e578c4bfd667ce Mon Sep 17 00:00:00 2001 From: "B.Fatih KOZ" Date: Fri, 30 Jun 2023 21:27:08 +0300 Subject: [PATCH] Another annoying StyleCI Fix!! --- app/Http/Controllers/Auth/RegisterController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php index b8c7c5903..1a6548a65 100755 --- a/app/Http/Controllers/Auth/RegisterController.php +++ b/app/Http/Controllers/Auth/RegisterController.php @@ -175,9 +175,9 @@ protected function create(Request $request): User * Handle a registration request for the application. * * @param Request $request - * + * * @throws \Exception - * + * * @return RedirectResponse|View */ public function register(Request $request): RedirectResponse|View