Skip to content

Commit

Permalink
Update DatabaseQueue.php (#47552)
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryvanderMeer authored Jun 24, 2023
1 parent 2869b25 commit cdc89bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/DatabaseQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function pushRaw($payload, $queue = null, array $options = [])
* @param string $job
* @param mixed $data
* @param string|null $queue
* @return void
* @return mixed
*/
public function later($delay, $job, $data = '', $queue = null)
{
Expand Down

0 comments on commit cdc89bd

Please sign in to comment.