Fix typo in method name (#2062)

This commit is contained in:
Boy132
2026-01-04 21:17:48 +01:00
committed by GitHub
parent 3141fe61b4
commit 76b6118fd1

View File

@@ -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();