diff --git a/src/Repositories/RedisJobRepository.php b/src/Repositories/RedisJobRepository.php index c0439c0f..fcfe19c5 100644 --- a/src/Repositories/RedisJobRepository.php +++ b/src/Repositories/RedisJobRepository.php @@ -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