Update 01_Validation.md

missing semicolon
This commit is contained in:
spekulatius 2015-04-19 20:21:49 +12:00
parent 7e3c6fd726
commit 9567d9c3f2

View File

@ -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) {