We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182f067 commit bf9c671Copy full SHA for bf9c671
src/CommandBus/Handler/ConditionsHandler.php
@@ -32,7 +32,7 @@ public function __construct(FetchAndHydrateService $service)
32
*/
33
public function handle(ConditionsCommand $command): PromiseInterface
34
{
35
- return $this->service->handle(
+ return $this->service->fetch(
36
'conditions/q/' . $command->getLocation() . '.json',
37
'current_observation',
38
ConditionInterface::HYDRATE_CLASS
0 commit comments