Skip to content

Commit

Permalink
Removed unique from CreateProducts Job (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmeijer97 authored Feb 8, 2023
1 parent bf44710 commit 2b858d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Jobs/CreateProductsJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
namespace Rapidez\Statamic\Jobs;

use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldBeUnique;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Support\Carbon;
use Illuminate\Support\Enumerable;
use Rapidez\Statamic\Actions\Products\CreateProducts;
use Rapidez\Statamic\Actions\Products\ImportProducts;

class CreateProductsJob implements ShouldQueue, ShouldBeUnique
class CreateProductsJob implements ShouldQueue
{
use Dispatchable;
use InteractsWithQueue;
Expand Down

0 comments on commit 2b858d9

Please sign in to comment.