Final fixes

This commit is contained in:
Frankie B 2023-07-29 17:46:28 +01:00
commit 904f60a680
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -26,5 +26,5 @@ public function handle(Request $request, Closure $next, string ...$guards): Resp
}
return $next($request);
} // end handle()
} //end handle()
}