mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Merge pull request #8210 from nupplaphil/task/mod_fsuggest
Move mod/fsuggest to src/Module/SuggestFriend
This commit is contained in:
commit
96b9619608
11 changed files with 244 additions and 218 deletions
10
src/Collection/FSuggests.php
Normal file
10
src/Collection/FSuggests.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Collection;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
|
||||
class FSuggests extends BaseCollection
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue