Skip to content

Commit cdc89bd

Browse files
Update DatabaseQueue.php (#47552)
1 parent 2869b25 commit cdc89bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/DatabaseQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function pushRaw($payload, $queue = null, array $options = [])
118118
* @param string $job
119119
* @param mixed $data
120120
* @param string|null $queue
121-
* @return void
121+
* @return mixed
122122
*/
123123
public function later($delay, $job, $data = '', $queue = null)
124124
{

0 commit comments

Comments
 (0)