Move Permission Set over to DDD
- Add Permission Set Repository, Model and Collection - Mark static PermissionSet method as deprecated
This commit is contained in:
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
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user