1
0
forked from poc/pds

Updated permission name to view

This commit is contained in:
dhanabalan
2025-06-26 14:57:44 +05:30
parent 32313c0609
commit a9af944c27

View File

@@ -110,6 +110,6 @@ class GuardPatrolEntryDashboard extends Page
public static function canAccess(): bool public static function canAccess(): bool
{ {
return Auth::check() && Auth::user()->can('view guard patrol entry dashboard'); return Auth::check() && Auth::user()->can('view guard patrol entry status dashboard');
} }
} }