bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

#60 Re-order AMQPStreamConnection ctor args #61

Closed jwkblades closed 5 years ago

jwkblades commented 5 years ago

Remove extra arguments from the AMQPStreamConnection constructor call and get the ones that are left in the correct order.

stevenklar commented 5 years ago

This PR fixes #60