Skip to content

Commit

Permalink
Add DateTime to possible param types for $delay variable in queue abl…
Browse files Browse the repository at this point in the history
…e delay function (#15826)
  • Loading branch information
Aaron Huisinga authored and taylorotwell committed Oct 8, 2016
1 parent 9bee167 commit b857da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Bus/Queueable.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function onQueue($queue)
/**
* Set the desired delay for the job.
*
* @param int|null $delay
* @param \DateTime|int|null $delay
* @return $this
*/
public function delay($delay)
Expand Down

0 comments on commit b857da2

Please sign in to comment.