We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c683a4c + f874be2 commit 960ee56Copy full SHA for 960ee56
src/Loadbalancers/ListenerClient.php
@@ -52,7 +52,7 @@ class ListenerClient extends BaseClient implements ClientEntityInterface
52
53
public function getEntityMap()
54
{
55
- return []; // needs to be empty so we can do custom hydration logic
+ return static::MAP;
56
}
57
58
public function friendlyToApi($item, $map)
0 commit comments