mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update 01_Validation.md
missing semicolon
This commit is contained in:
parent
7e3c6fd726
commit
9567d9c3f2
@ -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…
x
Reference in New Issue
Block a user