diff --git a/app/Jobs/PrimaryKey/ProductsBigInt1Job.php b/app/Jobs/PrimaryKey/ProductsBigInt1Job.php index 472fa5d..f063da6 100644 --- a/app/Jobs/PrimaryKey/ProductsBigInt1Job.php +++ b/app/Jobs/PrimaryKey/ProductsBigInt1Job.php @@ -2,7 +2,6 @@ namespace App\Jobs\PrimaryKey; -use App\Tasks\Mass\MassDelete\MassDelete1Task; use App\Tasks\PrimaryKey\ProductsBigInt1Task; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; diff --git a/app/Jobs/PrimaryKey/ProductsUuid1Job.php b/app/Jobs/PrimaryKey/ProductsUuid1Job.php index 271e212..3c29050 100644 --- a/app/Jobs/PrimaryKey/ProductsUuid1Job.php +++ b/app/Jobs/PrimaryKey/ProductsUuid1Job.php @@ -2,8 +2,6 @@ namespace App\Jobs\PrimaryKey; -use App\Tasks\Mass\MassDelete\MassDelete1Task; -use App\Tasks\PrimaryKey\ProductsBigInt1Task; use App\Tasks\PrimaryKey\ProductsUuid1Task; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; diff --git a/app/Tasks/PrimaryKey/ProductsBigInt1Task.php b/app/Tasks/PrimaryKey/ProductsBigInt1Task.php index cb0ef51..38e615e 100644 --- a/app/Tasks/PrimaryKey/ProductsBigInt1Task.php +++ b/app/Tasks/PrimaryKey/ProductsBigInt1Task.php @@ -3,7 +3,6 @@ namespace App\Tasks\PrimaryKey; use App\Models\ProductBigInt; -use App\Models\Transaction; class ProductsBigInt1Task { diff --git a/app/Tasks/PrimaryKey/ProductsUuid1Task.php b/app/Tasks/PrimaryKey/ProductsUuid1Task.php index 926d90e..3882283 100644 --- a/app/Tasks/PrimaryKey/ProductsUuid1Task.php +++ b/app/Tasks/PrimaryKey/ProductsUuid1Task.php @@ -2,7 +2,6 @@ namespace App\Tasks\PrimaryKey; -use App\Models\ProductBigInt; use App\Models\ProductUuid; use Illuminate\Support\Str;