Fix Laravel Pint formatting
This commit is contained in:
@@ -61,7 +61,7 @@ class FrontendController extends BaseApiController
|
||||
public function fetchUser(): JsonResponse
|
||||
{
|
||||
$user = auth()->user();
|
||||
if (!$user) {
|
||||
if (! $user) {
|
||||
return $this->error('Unauthorized.', Response::HTTP_UNAUTHORIZED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user