]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
Updated messages.po
[friendica.git] / src / DI.php
index 31542e3d52dd30bebd34c47c8b8e10501fac0c8f..28df28a3258a864f087fd9a28c86dd118c15410b 100644 (file)
@@ -435,11 +435,19 @@ abstract class DI
        }
 
        /**
-        * @return Repository\Introduction
+        * @return Contact\Introduction\Depository\Introduction
         */
        public static function intro()
        {
-               return self::$dice->create(Repository\Introduction::class);
+               return self::$dice->create(Contact\Introduction\Depository\Introduction::class);
+       }
+
+       /**
+        * @return Contact\Introduction\Factory\Introduction
+        */
+       public static function introFactory()
+       {
+               return self::$dice->create(Contact\Introduction\Factory\Introduction::class);
        }
 
        public static function permissionSet(): Security\PermissionSet\Depository\PermissionSet