This commit is contained in:
shimon 2025-03-16 14:42:22 +02:00
parent b3db296f13
commit ff618a0565

View file

@ -2682,7 +2682,7 @@ App::get('/v1/account/prefs')
$prefs = $user->getAttribute('prefs', []);
var_dump([
'location' => 'account::prefs',
'$user' => $user,
'$prefs' => $prefs,
]);
$response->dynamic(new Document($prefs), Response::MODEL_PREFERENCES);
});