]> git.mxchange.org Git - friendica.git/blob - src/Collection/PermissionSets.php
Merge pull request #8147 from annando/fetch-post
[friendica.git] / src / Collection / PermissionSets.php
1 <?php
2
3 namespace Friendica\Collection;
4
5 use Friendica\BaseCollection;
6
7 class PermissionSets extends BaseCollection
8 {
9
10 }