LD 5 лет назад
Родитель
Сommit
818ec9f2bb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/Services/StationTaskMaterialBoxService.php

+ 2 - 1
app/Services/StationTaskMaterialBoxService.php

@@ -38,7 +38,8 @@ class StationTaskMaterialBoxService
         $this->stationTaskBatchService=null;
         $this->stationTaskCommodityService=null;
     }
-    function createByBatches(array $batches,Collection $stationTasks_toAttach): Collection
+
+    function createByBatches(Collection $batches,Collection $stationTasks_toAttach): Collection
     {
         $stationTaskMaterialBoxes = (function () use ($batches) {
             $stationTaskMaterialBoxes_listByBatch = new Collection();