fill([ 'uid' => $uid, 'type' => $type, 'title' => $title, 'content' => $content, 'type_id' => $type_data, ]); $this->save(); } public static function boot() { parent::boot(); self::saving(function ($model) { $model->cdate = date('Y-m-d'); }); } }