diff --git a/app/Console/Commands/getLogisticContracts.php b/app/Console/Commands/getLogisticContracts.php index 750024a64..cf3df8049 100644 --- a/app/Console/Commands/getLogisticContracts.php +++ b/app/Console/Commands/getLogisticContracts.php @@ -3,8 +3,9 @@ namespace App\Console\Commands; use Illuminate\Console\Command; + use DB; -use Commands\Library\Helper; +use Commands\Library\CommandHelper; use App\Models\Logistics\Contract; use App\Models\ScheduledTask\ScheduleJob;