Skip to content

Commit

Permalink
Update QueueFake.php
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Jan 7, 2019
1 parent 5893abe commit f59647d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Testing/Fakes/QueueFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public function setConnectionName($name)
*
* @return array
*/
public function getJobs(): array
public function getJobs()
{
return $this->jobs;
}
Expand Down

0 comments on commit f59647d

Please sign in to comment.