where('is_descrizione', '=', 0); }); } } public static function make($bypass = false) { $model = parent::make(); if (!$bypass) { $model->is_descrizione = 1; } return $model; } }