hotfix double json_decode config

This commit is contained in:
marko
2024-01-09 05:26:08 +01:00
parent 14108660f9
commit 49c7d958cb

View File

@@ -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()
] ]
]; ];