|
@ -18,7 +18,7 @@ class WeatherHistory implements WeatherHistoryInterface |
|
|
{ |
|
|
{ |
|
|
$this->client = new Client(); |
|
|
$this->client = new Client(); |
|
|
|
|
|
|
|
|
$this->weatherHistoryServer = $parameterBag->get('weather_history_server'); |
|
|
|
|
|
|
|
|
$this->weatherHistoryServer = $parameterBag->get('weather_backend_server'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public function getByDate(DateTime $date): array |
|
|
public function getByDate(DateTime $date): array |
|
|