Move mod/fsuggest to src/Module/SuggestFriends

This commit is contained in:
nupplaPhil 2020-01-31 23:50:46 +01:00
parent 4ab893a561
commit 34f4aedb87
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
9 changed files with 236 additions and 7 deletions

View file

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