/** * Set the model instance on the form builder. * * @param mixed $model * @return void * @static */ public static function setModel($model) { //Method inherited from \Collective\Html\FormBuilder \App\Services\Macros\Macros::setModel($model); }