Skip to content

Commit 4c0f6e0

Browse files
authored
Merge pull request #31 from lara-zeus/allow-delete
allow delete users
2 parents b604ebd + 1e92028 commit 4c0f6e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/Filament/Resources/UserResource.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,6 @@ public static function table(Table $table): Table
104104
]);
105105
}
106106

107-
public static function canDelete(Model $record): bool
108-
{
109-
return false;
110-
}
111-
112-
public static function canDeleteAny(): bool
113-
{
114-
return false;
115-
}
116-
117107
public static function getPages(): array
118108
{
119109
return [

0 commit comments

Comments
 (0)