laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.86k stars 656 forks source link

Fix the job repository class based on service bindings #1334

Closed daison12006013 closed 1 year ago

daison12006013 commented 1 year ago

Continuation from my previous PR #1333

taylorotwell commented 1 year ago

Sorry, we can't add a method to an interface on a patch release. You would need to inject the interface and do a method_exists call.