@@ -160,7 +160,7 @@ |
||
| 160 | 160 | */ |
| 161 | 161 | public function getSevenDayForecast($locationId = 1): array |
| 162 | 162 | { |
| 163 | - $url = 'seven_day_forecast/'. $locationId; |
|
| 163 | + $url = 'seven_day_forecast/' . $locationId; |
|
| 164 | 164 | $response = $this->getData($url); |
| 165 | 165 | |
| 166 | 166 | return $response; |