/** * Close the current form. * * @return string * @static */ public static function close() { //Method inherited from \Collective\Html\FormBuilder return \App\Services\Macros\Macros::close(); }