Guest User

Untitled

a guest
Apr 23rd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. use Illuminate\Contracts\Bus\Dispatcher;
  2.  
  3. $job = ( new JOB_CLASS() )->onQueue('QUEUE_NAME')->delay('DELAY');
  4. $id = app(Dispatcher::class)->dispatch($job);
Add Comment
Please, Sign In to add comment