Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Sep 4, 2024
1 parent 9c7ba19 commit 7fdd643
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ public function boot(): void
protected function gate(): void
{
Gate::define('viewHorizon', function ($user) {
return in_array($user->email, [
//
]);
return true;
});
}
}

0 comments on commit 7fdd643

Please sign in to comment.