'array', ]; public static function boot() { parent::boot(); static::creating(function ($model) { $model->imported_by = auth()->user()->id; }); } }