mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02: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
|
@ -300,6 +300,14 @@ abstract class DI
|
|||
// "Repository" namespace
|
||||
//
|
||||
|
||||
/**
|
||||
* @return Repository\FSuggest;
|
||||
*/
|
||||
public static function fsuggest()
|
||||
{
|
||||
return self::$dice->create(Repository\FSuggest::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Repository\Introduction
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue