Skip to content

Commit 55403e2

Browse files
authored
Update PersonioApiClient.php
Fixed reading of XML due to new XML structure
1 parent 4397441 commit 55403e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Client/PersonioApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function fetchFeedItems(string $feedUrl): array
4141
return json_decode(
4242
(string)json_encode($contentString),
4343
true
44-
)['position'];
44+
);
4545
}
4646

4747
return [];

0 commit comments

Comments
 (0)