Skip to content

Commit b82d133

Browse files
Fix styling
1 parent c311b92 commit b82d133

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/core/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
}

packages/draft/src/Moox/Entities/Drafts/Draft/DraftResource.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ public static function getNavigationGroup(): ?string
6464
return config('draft.navigation_group');
6565
}
6666

67-
6867
public static function form(Form $form): Form
6968
{
7069
$taxonomyFields = static::getTaxonomyFields();

0 commit comments

Comments
 (0)