X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=39efe2a97bfd35feb41fd1e6be02368ca32a58e2;hb=e567e49df6f53e839a1a03eb37efb7c9db1557c8;hp=83351d34774bb860536e5cd76fd8c6021ae4370a;hpb=dad530802f2af7e3b522d59e73d547812169daf0;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 83351d3477..39efe2a97b 100644 --- a/src/DI.php +++ b/src/DI.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica; @@ -300,6 +319,14 @@ abstract class DI // "Repository" namespace // + /** + * @return Repository\FSuggest; + */ + public static function fsuggest() + { + return self::$dice->create(Repository\FSuggest::class); + } + /** * @return Repository\Introduction */