Skip to content

Commit e1ecc73

Browse files
committed
Fix styling
1 parent 99fe1e9 commit e1ecc73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Entities/BaseResource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,4 @@ public static function getRestoreAction(): Action
201201
->action(fn ($record) => $record->restore())
202202
->visible(fn ($livewire, $record): bool => $record && $record->trashed());
203203
}
204-
205204
}

0 commit comments

Comments
 (0)