Move ProfileField::selectByContactId() and ProfileField::selectByUserId()

This commit is contained in:
Philipp 2021-10-08 20:01:09 +02:00
parent a9981c792e
commit 6f692b857b
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
5 changed files with 49 additions and 44 deletions

View file

@ -381,7 +381,7 @@ class Transmitter
$custom_fields = [];
foreach (DI::profileField()->selectByContactId(0, $uid) as $profile_field) {
foreach (DI::profileFieldNew()->selectByContactId(0, $uid) as $profile_field) {
$custom_fields[] = [
'type' => 'PropertyValue',
'name' => $profile_field->label,