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
commit 96b9619608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
*/