We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50e380 commit 3ea9ea7Copy full SHA for 3ea9ea7
app/Composers/StatusPageComposer.php
@@ -71,7 +71,7 @@ public function compose(View $view)
71
$view->with($status)
72
->withComponentGroups($componentGroups)
73
->withUngroupedComponents($ungroupedComponents)
74
- ->withStickedIncidents($stickedIncidents);
+ ->withStickedIncidents($stickedIncidents)
75
->withScheduledMaintenance($scheduledMaintenance);
76
}
77
0 commit comments