Skip to content

Commit f6480c1

Browse files
committed
Whoops, unselected a line in Git
1 parent 9b4389f commit f6480c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Backend/Transport/StationController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct(?StationRepository $stationRepository = null) {
3232
* @return Collection
3333
*/
3434
public static function getLatestArrivals(User $user, int $maxCount = 5): Collection {
35+
$groupAndSelect = [
3536
'train_stations.id', 'train_stations.ibnr', 'train_stations.name',
3637
'train_stations.latitude', 'train_stations.longitude', 'train_stations.rilIdentifier',
3738
];

0 commit comments

Comments
 (0)