X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=190b46a05f4c66344de1fdf04464fd4bf6c9f4bb;hb=5d69f7411dad575789def59bc8ef0cd8823af809;hp=b40222237b9c6e9498f4592e7b56cfb344f3b1f6;hpb=57cf384fae928d88a019abfcb2b72768d2a6d205;p=friendica.git diff --git a/src/DI.php b/src/DI.php index b40222237b..190b46a05f 100644 --- a/src/DI.php +++ b/src/DI.php @@ -98,14 +98,6 @@ abstract class DI return self::$dice->create(App\Mode::class); } - /** - * @return App\ModuleController - */ - public static function module() - { - return self::$dice->create(App\ModuleController::class); - } - /** * @return App\Page */