mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Migrate PermissionSet to Depository paradigm
This commit is contained in:
parent
430e6c3285
commit
62eb16e9ad
21 changed files with 437 additions and 387 deletions
|
@ -7,7 +7,7 @@ use Friendica\BaseEntity;
|
|||
interface ICanCreateFromTableRow
|
||||
{
|
||||
/**
|
||||
* Returns the correcponding Entity given a table row record
|
||||
* Returns the corresponding Entity given a table row record
|
||||
*
|
||||
* @param array $row
|
||||
* @return BaseEntity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue