We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0bca9 commit a8e9b65Copy full SHA for a8e9b65
.gitignore
@@ -1,3 +1,4 @@
1
vendor/*
2
composer.lock
3
-.idea/*
+.idea/*
4
+.history/*
src/AbstractJob.php
@@ -60,7 +60,7 @@ final public function dispatch()
60
$this->onConnection($connectionName);
61
}
62
63
- dispatch($this->onQueue($this->getName()));
+ return dispatch($this->onQueue($this->getName()));
64
65
66
final public function setProps($props)
0 commit comments