DealerSalesValueLogType::Personal, ]; protected $casts = [ 'type' => DealerSalesValueLogType::class, ]; protected $fillable = [ 'user_id', 'loggable_type', 'loggable_id', 'type', 'change_sales_value', 'remark', ]; }