Commit 50c37f1d by Taylor Otwell

Merge branch 'develop'

parents 8d232aa0 60ff3bf8
......@@ -58,6 +58,16 @@ class Form {
}
/**
* Close a HTML form.
*
* @return string
*/
public static function close()
{
return '</form>';
}
/**
* Generate a hidden field containing the current CSRF token.
*
* @return string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment