Use QueueManager contract in Worker ยท laravel/framework@f43c2d3
we can depend on `Illuminate\Contracts\Queue\Factory` in the `Illuminate\Queue\Worker` instead of the concrete manager instance. This allows for decorating the QueueManager with extra functionality...