Commit e1e154f2 authored by Micheal Mand's avatar Micheal Mand Committed by Nicolas Widart

Apply #259 to rebuilding thumbnails job as well (#270)

Signed-off-by: 's avatarMicheal Mand <micheal@kmdwebdesigns.com>
parent 75f9bc81
......@@ -2,13 +2,12 @@
namespace Modules\Media\Jobs;
use App\Jobs\Job;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Queue\SerializesModels;
use Illuminate\Support\Collection;
class RebuildThumbnails extends Job implements ShouldQueue
class RebuildThumbnails implements ShouldQueue
{
use InteractsWithQueue, SerializesModels;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment