Skip to content

Commit

Permalink
Merge pull request #910 from CharbelJ/patch-4
Browse files Browse the repository at this point in the history
Update CompletedJobsController.php
  • Loading branch information
themsaid authored Oct 12, 2020
2 parents 80ff813 + f9c44d8 commit 656bcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/CompletedJobsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function index(Request $request)

return [
'jobs' => $jobs,
'total' => $this->jobs->countRecent(),
'total' => $this->jobs->countCompleted(),
];
}

Expand Down

0 comments on commit 656bcdb

Please sign in to comment.