@@ -61,8 +61,4 @@ class DischargeTask extends Model
return $this->belongsTo(Warehouse::class);
}
- public function getTypeAttribute($index)
- {
- return $this::types[$index];
- }