Pint fixes

This commit is contained in:
Lance Pioch 2024-04-30 19:49:18 -04:00
parent ad60b437ce
commit 1ecfcc611f
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ class EggResource extends Resource
public static function getGloballySearchableAttributes(): array public static function getGloballySearchableAttributes(): array
{ {
return ['name', 'tags', 'uuid', 'id', ]; return ['name', 'tags', 'uuid', 'id'];
} }
public static function getPages(): array public static function getPages(): array

View File

@ -465,10 +465,10 @@ class EditServer extends EditRecord
]; ];
} }
protected function getFormActions(): array protected function getFormActions(): array
{ {
return []; return [];
} }
protected function mutateFormDataBeforeSave(array $data): array protected function mutateFormDataBeforeSave(array $data): array
{ {