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