X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=190b46a05f4c66344de1fdf04464fd4bf6c9f4bb;hb=7488a793a89fc9f98fabb4ce9afb1f2843c41355;hp=b40222237b9c6e9498f4592e7b56cfb344f3b1f6;hpb=dbcaf5192315d00f73c88d54e413c827fd31759b;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 */