]> git.mxchange.org Git - friendica.git/blobdiff - src/DI.php
linking new Admin FAQ in home
[friendica.git] / src / DI.php
index 692d87870d0f6ce905c76cda049eeec6cbfe5940..ead125cff26138f1ef46458ba319f9c72808a38a 100644 (file)
@@ -430,6 +430,15 @@ abstract class DI
                return self::$dice->create(Model\Log\ParsedLogIterator::class);
        }
 
+       //
+       // "Module" namespace
+       //
+
+       public static function apiResponse(): Module\Api\ApiResponse
+       {
+               return self::$dice->create(Module\Api\ApiResponse::class);
+       }
+
        //
        // "Network" namespace
        //