mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Add permission set lazy loading to Profile Field model
This commit is contained in:
parent
d475cb5028
commit
d11a0d3814
3 changed files with 59 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue