@@ -33,7 +33,7 @@ |
||
33 | 33 | |
34 | 34 | public function userDetails($data, TokenCredentials $tokenCredentials) |
35 | 35 | { |
36 | - $data = json_decode(json_encode($data),TRUE)['Organisations']['Organisation']; |
|
36 | + $data = json_decode(json_encode($data),TRUE)['Organisations']['Organisation']; |
|
37 | 37 | |
38 | 38 | if (!isset($data) || !is_array($data)) return; |
39 | 39 |