Skip to content

Commit 3ea9ea7

Browse files
committed
Trailing comma
1 parent f50e380 commit 3ea9ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Composers/StatusPageComposer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function compose(View $view)
7171
$view->with($status)
7272
->withComponentGroups($componentGroups)
7373
->withUngroupedComponents($ungroupedComponents)
74-
->withStickedIncidents($stickedIncidents);
74+
->withStickedIncidents($stickedIncidents)
7575
->withScheduledMaintenance($scheduledMaintenance);
7676
}
7777
}

0 commit comments

Comments
 (0)