Import the bookmark service class

This commit is contained in:
Jonny Barnes 2017-11-20 12:37:54 +00:00
parent 9a705be58b
commit 83b0fa6429

View file

@ -4,6 +4,7 @@ namespace App\Jobs;
use App\Bookmark;
use Illuminate\Bus\Queueable;
use App\Services\BookmarkService;
use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;