Add permission set lazy loading to Profile Field model
This commit is contained in:
@@ -6,5 +6,12 @@ use Friendica\BaseCollection;
|
||||
|
||||
class ProfileFields extends BaseCollection
|
||||
{
|
||||
|
||||
/**
|
||||
* @param callable $callback
|
||||
* @return ProfileFields
|
||||
*/
|
||||
public function map(callable $callback)
|
||||
{
|
||||
return parent::map($callback);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user