diff --git a/system/form.php b/system/form.php index 1b6bb1ff..2c912866 100644 --- a/system/form.php +++ b/system/form.php @@ -57,6 +57,16 @@ class Form { return static::open($action, $method, $attributes); } + /** + * Close a HTML form. + * + * @return string + */ + public static function close() + { + return ''; + } + /** * Generate a hidden field containing the current CSRF token. *