hotfix double json_decode config
This commit is contained in:
@@ -250,7 +250,7 @@ class participo
|
|||||||
'user' => [
|
'user' => [
|
||||||
'username' => $user->getLoginName(),
|
'username' => $user->getLoginName(),
|
||||||
'userId' => $user->getId(),
|
'userId' => $user->getId(),
|
||||||
'userConfig' => json_decode($user->getConfig(), true)
|
'userConfig' => $user->getConfig()
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user