We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14afec0 commit 3243649Copy full SHA for 3243649
1 file changed
src/Provider/IronMqProvider.php
@@ -71,7 +71,7 @@ public function create()
71
{
72
if ($this->options['push_notifications']) {
73
$params = [
74
- 'push_type' => $this->options['push_type'],
+ 'type' => $this->options['push_type'],
75
'push' => [
76
'rate_limit' => $this->options['rate_limit'],
77
'retries' => $this->options['notification_retries'],
0 commit comments