-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
Laravel v12.34 breaks v14.3.0. Reverting to Laravel v12.33 resolves the issue for now.
Type of VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue::$config must not be defined (as in class Illuminate\Queue\Queue)
at vendor/vladimir-yuldashev/laravel-queue-rabbitmq/src/Queue/RabbitMQQueue.php:30
26▕ use Throwable;
27▕ use VladimirYuldashev\LaravelQueueRabbitMQ\Contracts\RabbitMQQueueContract;
28▕ use VladimirYuldashev\LaravelQueueRabbitMQ\Queue\Jobs\RabbitMQJob;
29▕
➜ 30▕ class RabbitMQQueue extends Queue implements QueueContract, RabbitMQQueueContract
31▕ {
32▕ /**
33▕ * The RabbitMQ connection instance.
34▕ */
lucianocn, mihob, Crmteam-IVG, peter-veres, rolandverner and 7 more
Metadata
Metadata
Assignees
Labels
No labels