Skip to content

Commit

Permalink
Merge pull request #4 from SykesCottages/richardhughes-patch-1
Browse files Browse the repository at this point in the history
Remove final keyword
  • Loading branch information
richardhughes authored Feb 6, 2019
2 parents bf6de48 + a8efa98 commit 25fe43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Connector/RabbitMQ.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use SykesCottages\Qu\Message\Contract\Message;
use SykesCottages\Qu\Message\RabbitMQMessage;

final class RabbitMQ extends AMQPLazyConnection implements QueueInterface
class RabbitMQ extends AMQPLazyConnection implements QueueInterface
{
private const CONSUMER_TAG = 'default.consumer.tag';

Expand Down

0 comments on commit 25fe43b

Please sign in to comment.