Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 25, 2023
1 parent 491d908 commit ef48b2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Listeners/CheckLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ public function skip($event): bool
if ($this->isWhitelist()) {
return true;
}

return false;
}
}

0 comments on commit ef48b2e

Please sign in to comment.