v
Size: a a a
v
ЛА
v
K
Р
v
v
v
public function onGetWeather(): array
{
return \Cache::remember(‘weatherKey’, 60, function() {
$getWeather = $this->client->get(‘https://weather.ru/api/moscow');
return [‘weather’ => $getWeather->toArray()];
});
}
Р
public function onGetWeather(): array
{
return \Cache::remember(‘weatherKey’, 60, function() {
$getWeather = $this->client->get(‘https://weather.ru/api/moscow');
return [‘weather’ => $getWeather->toArray()];
});
}
A
АК
NK
Р
М
K
ИГ
K
М
ИГ
М