romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
696 stars 92 forks source link

dispatch_now getJobId() Type error #8

Closed romanzipp closed 6 years ago

romanzipp commented 6 years ago
dispatch_now(new MyJob);
Type error: Argument 1 passed to romanzipp\QueueMonitor\QueueMonitorHandler::getJobId() must be an instance of Illuminate\Queue\Jobs\Job, null given, called in /romanzipp/laravel-queue-monitor/src/Traits/QueueMonitor.php on line 57
romanzipp commented 6 years ago

resolved