Import the bookmark service class
This commit is contained in:
parent
9a705be58b
commit
83b0fa6429
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue