Skip to content

Commit 3243649

Browse files
author
brunoroux
committed
fixed queue type
1 parent 14afec0 commit 3243649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Provider/IronMqProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function create()
7171
{
7272
if ($this->options['push_notifications']) {
7373
$params = [
74-
'push_type' => $this->options['push_type'],
74+
'type' => $this->options['push_type'],
7575
'push' => [
7676
'rate_limit' => $this->options['rate_limit'],
7777
'retries' => $this->options['notification_retries'],

0 commit comments

Comments
 (0)