Version 2 of Commands for Laravel Vapor

This commit is contained in:
Dillon Ngo
2023-12-28 02:09:42 +08:00
parent 52acd4c69d
commit 2ae3ac1c59
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\V2;
use Illuminate\Console\Command;
@@ -1,6 +1,6 @@
<?php
namespace App\Console\Commands;
namespace App\Console\Commands\V2;
use App\Classes\Jobs\FetchOrdersFromYDPortalJob;