<?php namespace App\Services; use Illuminate\Support\Collection; class StationTaskMaterialBoxService { function createByBatches(array $batches): Collection { } }