diff --git a/sourcecode/hub/app/Jobs/AttachContextToContents.php b/sourcecode/hub/app/Jobs/AttachContextToContents.php index a39974590..b58b791cb 100644 --- a/sourcecode/hub/app/Jobs/AttachContextToContents.php +++ b/sourcecode/hub/app/Jobs/AttachContextToContents.php @@ -7,10 +7,12 @@ use App\Models\Content; use App\Models\Context; use Illuminate\Bus\Queueable; +use Illuminate\Contracts\Queue\ShouldBeUnique; +use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Queue\SerializesModels; -class AttachContextToContents +class AttachContextToContents implements ShouldQueue, ShouldBeUnique { use Dispatchable; use Queueable;