bschmitt / laravel-amqp

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

using Config Repository contract to allow custom config repositories in Context #89

Closed slowpokefarm closed 3 years ago

slowpokefarm commented 3 years ago

Current implementation does not allow using custom config repositories so I made a small change to use Contract instead.