autoformat

main
Johnathan Douglas 2023-07-27 09:52:43 -03:00
parent 3b00eca43b
commit d73db72eb3
4 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@
namespace App\Jobs\PrimaryKey; namespace App\Jobs\PrimaryKey;
use App\Tasks\Mass\MassDelete\MassDelete1Task;
use App\Tasks\PrimaryKey\ProductsBigInt1Task; use App\Tasks\PrimaryKey\ProductsBigInt1Task;
use Illuminate\Bus\Queueable; use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -2,8 +2,6 @@
namespace App\Jobs\PrimaryKey; namespace App\Jobs\PrimaryKey;
use App\Tasks\Mass\MassDelete\MassDelete1Task;
use App\Tasks\PrimaryKey\ProductsBigInt1Task;
use App\Tasks\PrimaryKey\ProductsUuid1Task; use App\Tasks\PrimaryKey\ProductsUuid1Task;
use Illuminate\Bus\Queueable; use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;

View File

@ -3,7 +3,6 @@
namespace App\Tasks\PrimaryKey; namespace App\Tasks\PrimaryKey;
use App\Models\ProductBigInt; use App\Models\ProductBigInt;
use App\Models\Transaction;
class ProductsBigInt1Task class ProductsBigInt1Task
{ {

View File

@ -2,7 +2,6 @@
namespace App\Tasks\PrimaryKey; namespace App\Tasks\PrimaryKey;
use App\Models\ProductBigInt;
use App\Models\ProductUuid; use App\Models\ProductUuid;
use Illuminate\Support\Str; use Illuminate\Support\Str;