Skip to content

Commit

Permalink
fix amqp helper
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jan 3, 2018
1 parent a15cc9f commit b4e4982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Enqueue/Enqueue/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ public function getAmqpConfig()
return ['amqp' => [
'host' => Mage::getStoreConfig('enqueue/amqp/host'),
'port' => (int) Mage::getStoreConfig('enqueue/amqp/port'),
'login' => Mage::getStoreConfig('enqueue/amqp/login'),
'password' => Mage::getStoreConfig('enqueue/amqp/password'),
'user' => Mage::getStoreConfig('enqueue/amqp/user'),
'pass' => Mage::getStoreConfig('enqueue/amqp/pass'),
'vhost' => Mage::getStoreConfig('enqueue/amqp/vhost'),
'lazy' => (bool) Mage::getStoreConfig('enqueue/amqp/lazy'),
]];
Expand Down

0 comments on commit b4e4982

Please sign in to comment.