mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
Pint fixes
This commit is contained in:
parent
ad60b437ce
commit
1ecfcc611f
@ -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
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user