diff --git a/guide/en/start/forms.md b/guide/en/start/forms.md index 69c01bcc..49b21ddb 100644 --- a/guide/en/start/forms.md +++ b/guide/en/start/forms.md @@ -25,7 +25,9 @@ saved in the file `/src/Form/EchoForm.php`: @@ -274,12 +282,6 @@ class EchoForm { return $this->message; } - - public function getFormName() - { - return (new \ReflectionClass($this))->getShortName(); - } - } ```