Skip to content

Commit

Permalink
fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
amuluowin committed Jun 19, 2020
1 parent 9ed280a commit 1c520a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Sinks/Amqp.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function init()
'exchangeDeclare' => $exchangeDeclare
]
]),
'objclass' => Connection::class
'objClass' => Connection::class
])
]);
}
Expand Down
2 changes: 1 addition & 1 deletion src/Sources/Amqp.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function init()
'exchangeDeclare' => $exchangeDeclare
]
]),
'objclass' => Connection::class
'objClass' => Connection::class
])
]);
$this->conn = $amqp->get($name)->get();
Expand Down

0 comments on commit 1c520a6

Please sign in to comment.