ajun 4 лет назад
Родитель
Сommit
877f6423ee
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      app/DischargeTask.php

+ 0 - 4
app/DischargeTask.php

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