tobytwigger / laravel-job-status

The only Laravel job debugging tool you'll ever need
https://tobytwigger.github.io/laravel-job-status
MIT License
19 stars 1 forks source link

Support listeners #79

Closed tobytwigger closed 1 year ago

tobytwigger commented 1 year ago

Listeners currently show as 'CallQueuedHandler' and not the actual listener. This PR fixes that.