DOCS Missing closing perenthesis

This commit is contained in:
Cam Findlay 2015-06-26 15:36:49 +12:00
parent 8e1da86bf1
commit bee638eb6a

View File

@ -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);
}