X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=bf2b5a2371cfb9dc26d9b769888952bcc583e534;hb=7c4b320f30e28ac7915fcb4e4f5b57769bce7f6d;hp=59f48fcb5f1205d3a9d4087a18aa15535c24ca54;hpb=733543505be2345b1a763b4924413569193773cc;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 59f48fcb5f..bf2b5a2371 100644 --- a/src/DI.php +++ b/src/DI.php @@ -532,6 +532,16 @@ abstract class DI return self::$dice->create(Contact\Introduction\Factory\Introduction::class); } + public static function report(): Moderation\Repository\Report + { + return self::$dice->create(Moderation\Repository\Report::class); + } + + public static function reportFactory(): Moderation\Factory\Report + { + return self::$dice->create(Moderation\Factory\Report::class); + } + public static function localRelationship(): Contact\LocalRelationship\Repository\LocalRelationship { return self::$dice->create(Contact\LocalRelationship\Repository\LocalRelationship::class);