From d73db72eb363fa7a8313440b41ada8bd1721566c Mon Sep 17 00:00:00 2001 From: Johnathan Douglas Date: Thu, 27 Jul 2023 09:52:43 -0300 Subject: [PATCH] autoformat --- app/Jobs/PrimaryKey/ProductsBigInt1Job.php | 1 - app/Jobs/PrimaryKey/ProductsUuid1Job.php | 2 -- app/Tasks/PrimaryKey/ProductsBigInt1Task.php | 1 - app/Tasks/PrimaryKey/ProductsUuid1Task.php | 1 - 4 files changed, 5 deletions(-) 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;