Merge pull request #8210 from nupplaphil/task/mod_fsuggest

Move mod/fsuggest to src/Module/SuggestFriend
This commit is contained in:
Hypolite Petovan
2020-01-31 18:43:32 -05:00
committed by GitHub
11 changed files with 244 additions and 218 deletions

View File

@@ -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
*/