X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=59f48fcb5f1205d3a9d4087a18aa15535c24ca54;hb=16f5dc92f88d1b73aad59f1b40e60f3cfe4bb672;hp=3a8a9b6d2474eabea20815bed10269ba58cb5fd0;hpb=a01872a117208aebb2925cb9cdc6449dced94094;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 3a8a9b6d24..59f48fcb5f 100644 --- a/src/DI.php +++ b/src/DI.php @@ -599,6 +599,11 @@ abstract class DI return self::$dice->create(Protocol\Activity::class); } + public static function dsprContact(): Protocol\Diaspora\Repository\DiasporaContact + { + return self::$dice->create(Protocol\Diaspora\Repository\DiasporaContact::class); + } + // // "Security" namespace instances //