run through pint

This commit is contained in:
2023-11-30 16:06:37 +05:00
parent 298bec116a
commit 9aa9d03059
16 changed files with 27 additions and 44 deletions

View File

@@ -4,7 +4,6 @@ namespace App\Policies\System\Roles;
use App\Models\System\Roles\Role;
use App\Models\User;
use Illuminate\Auth\Access\Response;
class RolePolicy
{
@@ -57,7 +56,7 @@ class RolePolicy
])) {
return false;
}
if ($user->isAdmin()) {
return true;
}