laravel tinker dispatch job not running

https://github.com/laravel/framework/issues/23167

use:
Bus::dispatch(new TestJob())
or
Queue::push(new TestJob()).

你可能感兴趣的:(laravel tinker dispatch job not running)