mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4028 from marijnkampf/patch-3
DOCS Missing ; in example
This commit is contained in:
commit
9aad7ec0d5
@ -45,7 +45,7 @@ In practice, this looks like:
|
||||
FormAction::create("doSayHello")->setTitle("Say hello")
|
||||
);
|
||||
|
||||
$required = new RequiredFields('Name')
|
||||
$required = new RequiredFields('Name');
|
||||
|
||||
$form = new Form($this, 'HelloForm', $fields, $actions, $required);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user