diff --git a/app/Filament/Server/Pages/ServerFormPage.php b/app/Filament/Server/Pages/ServerFormPage.php index f47d30326..c66cd6641 100644 --- a/app/Filament/Server/Pages/ServerFormPage.php +++ b/app/Filament/Server/Pages/ServerFormPage.php @@ -44,7 +44,7 @@ abstract class ServerFormPage extends Page protected function authorizeAccess(): void {} - protected function fillform(): void + protected function fillForm(): void { $data = $this->getRecord()->attributesToArray();