Skip to content

Commit

Permalink
Add admin email?
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkregel committed Dec 26, 2023
1 parent 6556166 commit 683d56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/HorizonServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function gate(): void
{
Gate::define('viewHorizon', function ($user) {
return in_array($user->email, [
//
'[email protected]',
]);
});
}
Expand Down

0 comments on commit 683d56f

Please sign in to comment.