Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcdaniel committed Aug 27, 2023
1 parent 252ff9e commit 4d63997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/WorkflowsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function failed() {
return config('workflows.stored_workflow_model', StoredWorkflow::class)::whereStatus('failed')
->orderByDesc('id')
->paginate(50);
}
}

public function running() {
return config('workflows.stored_workflow_model', StoredWorkflow::class)::whereIn('status', [
Expand Down

0 comments on commit 4d63997

Please sign in to comment.