Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kristi11 committed Dec 8, 2024
1 parent 12690b4 commit b99c25d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/Filament/Resources/Shield/RoleResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -384,18 +384,18 @@ public static function getCheckboxListFormComponent(
->columnSpan(FilamentShieldPlugin::get()->getCheckboxListColumnSpan());
}

// public static function canEdit(Model $record): bool
// {
// return false;
// }
public static function canEdit(Model $record): bool
{
return false;
}

public static function canDelete(Model $record): bool
{
return false;
}

// public static function canCreate(): bool
// {
// return false;
// }
public static function canCreate(): bool
{
return false;
}
}

0 comments on commit b99c25d

Please sign in to comment.