Skip to content

Commit 1c520a6

Browse files
committed
fix property name
1 parent 9ed280a commit 1c520a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Sinks/Amqp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function init()
7777
'exchangeDeclare' => $exchangeDeclare
7878
]
7979
]),
80-
'objclass' => Connection::class
80+
'objClass' => Connection::class
8181
])
8282
]);
8383
}

src/Sources/Amqp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function init()
7575
'exchangeDeclare' => $exchangeDeclare
7676
]
7777
]),
78-
'objclass' => Connection::class
78+
'objClass' => Connection::class
7979
])
8080
]);
8181
$this->conn = $amqp->get($name)->get();

0 commit comments

Comments
 (0)