Skip to content

Commit

Permalink
chore: refactor phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Dec 5, 2024
1 parent 03dd5cc commit 34e346e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/admin/src/Http/Middleware/Authenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ protected function authenticate($request, array $guards): void

if (! $guard->check()) {
$this->unauthenticated($request, $guards);

return;
}

$this->auth->shouldUse($guardName);
Expand Down

0 comments on commit 34e346e

Please sign in to comment.