mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Move Permission Set over to DDD
- Add Permission Set Repository, Model and Collection - Mark static PermissionSet method as deprecated
This commit is contained in:
parent
5ab898f67f
commit
1c50bc58e4
5 changed files with 184 additions and 61 deletions
10
src/Collection/PermissionSets.php
Normal file
10
src/Collection/PermissionSets.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Collection;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
|
||||
class PermissionSets extends BaseCollection
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue