Skip to content

Commit

Permalink
Merge pull request #830 from CharbelJ/patch-2
Browse files Browse the repository at this point in the history
Update RedisJobRepository.php
  • Loading branch information
driesvints authored Apr 21, 2020
2 parents fda753c + fdec942 commit 2d3c94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/RedisJobRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function getPending($afterIndex = null)
}

/**
* Get a chunk of pending jobs.
* Get a chunk of completed jobs.
*
* @param string|null $afterIndex
* @return \Illuminate\Support\Collection
Expand Down

0 comments on commit 2d3c94b

Please sign in to comment.