mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:50:11 +00:00
9 lines
142 B
PHP
9 lines
142 B
PHP
<?php
|
|
|
|
namespace Friendica\Security\PermissionSet\Collection;
|
|
|
|
use Friendica\BaseCollection;
|
|
|
|
class PermissionSets extends BaseCollection
|
|
{
|
|
}
|