Skip to content
This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Commit 1523473

Browse files
author
pufik
committed
namespace fix
1 parent c54f6eb commit 1523473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FintechFab/LaravelQueueRabbitMQ/Queue/Connectors/RabbitMQConnector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use FintechFab\LaravelQueueRabbitMQ\Queue\RabbitMQQueue;
66
use Illuminate\Queue\Connectors\ConnectorInterface;
7-
use PhpAmqpLib\Connection\AMQPConnection;
7+
use PhpAmqpLib\Connection\AMQPSocketConnection;
88

99
class RabbitMQConnector implements ConnectorInterface
1010
{

0 commit comments

Comments
 (0)