1
0
Fork 0

Migrate PermissionSet to Depository paradigm

This commit is contained in:
Philipp Holzer 2021-10-05 23:30:10 +02:00
commit 62eb16e9ad
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
21 changed files with 437 additions and 387 deletions

View file

@ -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