Merge branch 'develop'
This commit is contained in:
@@ -57,6 +57,16 @@ class Form {
|
||||
return static::open($action, $method, $attributes);
|
||||
}
|
||||
|
||||
/**
|
||||
* Close a HTML form.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public static function close()
|
||||
{
|
||||
return '</form>';
|
||||
}
|
||||
|
||||
/**
|
||||
* Generate a hidden field containing the current CSRF token.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user