mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
Fix typo in method name (#2062)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user