- Laravel/Lumen version: 12.34.0 - RabbitMQ version: 3.13.4 - Package version: 14.3.0 **Describe the bug** I have error when I dispatch any jobs: Type of `VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue::$config` must not be defined (as in class `Illuminate\Queue\Queue`) After Laravel 12.33.0 they added `protected $config;` in `Illuminate\Queue\Queue` that doesn't have the type parameter. https://github.com/laravel/framework/blob/v12.34.0/src/Illuminate/Queue/Queue.php