romanzipp / Laravel-Queue-Monitor

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

Running `dispatch()` fails to load Closure #99

Closed zero-to-prod closed 1 year ago

zero-to-prod commented 2 years ago

testing.ERROR: class_parents(): Class Closure (...) does not exist and could not be loaded {"exception":"[object] (ErrorException(code: 0): class_parents(): Class Closure (...) does not exist and could not be loaded at /var/www/backend/vendor/romanzipp/laravel-queue-monitor/src/Services/ClassUses.php:49)

zero-to-prod commented 2 years ago

I can confirm this is an issue on a new project.

romanzipp commented 2 years ago

It would be helpful if you could provide any more information than just a stacktrace. Such as code snippets, reproduction steps, installed dependencies etc.