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
{
return ['name', 'tags', 'uuid', 'id', ];
return ['name', 'tags', 'uuid', 'id'];
}
public static function getPages(): array

View File

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