autoformat
parent
3b00eca43b
commit
d73db72eb3
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
namespace App\Tasks\PrimaryKey;
|
||||
|
||||
use App\Models\ProductBigInt;
|
||||
use App\Models\Transaction;
|
||||
|
||||
class ProductsBigInt1Task
|
||||
{
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace App\Tasks\PrimaryKey;
|
||||
|
||||
use App\Models\ProductBigInt;
|
||||
use App\Models\ProductUuid;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
|
|
Loading…
Reference in New Issue