mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4349 from camfindlay/patch-27
DOCS Missing closing perenthesis
This commit is contained in:
commit
dcd378c539
@ -80,7 +80,7 @@ does, such as `ArrayData` or `ArrayList`.
|
||||
'Name' => 'John',
|
||||
'Role' => 'Head Coach',
|
||||
'Experience' => $experience
|
||||
))->renderWith("AjaxTemplate");
|
||||
)))->renderWith("AjaxTemplate");
|
||||
} else {
|
||||
return $this->httpError(404);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user