Skip to content

Commit

Permalink
make changes in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
jayushi-canyon committed Jan 22, 2025
1 parent 661dcea commit a45164a
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
return new class () extends Migration {
use CanModifyPermissions;

private array $permissions =
[
'authorization.view_product_health_dashboard' => 'Authorization',
];
private array $permissions = [
'authorization.view_product_health_dashboard' => 'Authorization',
];

private array $guards = [
'web',
Expand Down

0 comments on commit a45164a

Please sign in to comment.