@@ -17,7 +17,7 @@ |
||
17 | 17 | |
18 | 18 | public function getSecondaryTimeTables(): array |
19 | 19 | { |
20 | - return array_filter($this->timeTableServices, function (TimeTableInterface $timeTable) { |
|
20 | + return array_filter($this->timeTableServices, function(TimeTableInterface $timeTable) { |
|
21 | 21 | return $timeTable->enable(); |
22 | 22 | }); |
23 | 23 | } |