mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4081 from spekulatius/patch-3
Update 01_Validation.md
This commit is contained in:
commit
64f220617d
@ -137,7 +137,7 @@ reusable and would not be possible within the `CMS` or other automated `UI` but
|
||||
|
||||
$form = new Form($controller, 'MyForm', $fields, $actions);
|
||||
|
||||
return $form
|
||||
return $form;
|
||||
}
|
||||
|
||||
public function doSubmitForm($data, $form) {
|
||||
|
Loading…
Reference in New Issue
Block a user