Skip to content

Commit

Permalink
fix permission const for "activity read"
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Jan 17, 2025
1 parent 63dd0bb commit 43bd4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Permission extends Model

public const ACTION_SETTINGS_REINSTALL = 'settings.reinstall';

public const ACTION_ACTIVITY_READ = 'settings.activity';
public const ACTION_ACTIVITY_READ = 'activity.read';

/**
* Should timestamps be used on this model.
Expand Down

0 comments on commit 43bd4b5

Please sign in to comment.