Skip to content

Commit 960ee56

Browse files
authored
Merge pull request #457 from ukfast/rbibby-patch-1
Add map back to listener client
2 parents c683a4c + f874be2 commit 960ee56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loadbalancers/ListenerClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ListenerClient extends BaseClient implements ClientEntityInterface
5252

5353
public function getEntityMap()
5454
{
55-
return []; // needs to be empty so we can do custom hydration logic
55+
return static::MAP;
5656
}
5757

5858
public function friendlyToApi($item, $map)

0 commit comments

Comments
 (0)