Use ProfileField::selectPublicFieldsByUserId

This commit is contained in:
Philipp
2021-10-08 19:45:20 +02:00
parent 1c0f92c382
commit a9981c792e
9 changed files with 170 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
<?php
namespace Friendica\Profile\ProfileField\Exception;
class UnexpectedPermissionSetException extends \Exception
{
}