1
0
Fork 0
mirror of synced 2024-05-20 04:32:37 +12:00

fix: stdclass import

This commit is contained in:
Torsten Dittmann 2021-12-30 11:32:30 +01:00
parent 8a12fdc2b2
commit 4ef7c5c93c

View file

@ -75,7 +75,7 @@ class User extends Model
}
if(is_array($prefs) && empty($prefs)) {
$document->setAttribute('prefs', new stdClass);
$document->setAttribute('prefs', new \stdClass);
}
return $document;
}