mirror of
https://github.com/friendica/friendica
synced 2025-04-29 14:24:22 +02:00
Move mod/fsuggest to src/Module/SuggestFriends
This commit is contained in:
parent
4ab893a561
commit
34f4aedb87
9 changed files with 236 additions and 7 deletions
|
@ -292,6 +292,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