We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252ff9e commit 4d63997Copy full SHA for 4d63997
app/Http/Controllers/WorkflowsController.php
@@ -18,7 +18,7 @@ public function failed() {
18
return config('workflows.stored_workflow_model', StoredWorkflow::class)::whereStatus('failed')
19
->orderByDesc('id')
20
->paginate(50);
21
- }
+ }
22
23
public function running() {
24
return config('workflows.stored_workflow_model', StoredWorkflow::class)::whereIn('status', [
0 commit comments