Skip to content

Commit 4d63997

Browse files
committed
Cleanup
1 parent 252ff9e commit 4d63997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/WorkflowsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function failed() {
1818
return config('workflows.stored_workflow_model', StoredWorkflow::class)::whereStatus('failed')
1919
->orderByDesc('id')
2020
->paginate(50);
21-
}
21+
}
2222

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

0 commit comments

Comments
 (0)