X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=708fb7d836da3fe54a7c72bc40d81c4ce1a19a3b;hb=cec9c6d1a6c1e98b6cd5728fb329f6c60935cd10;hp=1531988aafac7d1d4afdaec49049edbd038e62e1;hpb=214a0524ddc069f71c896eef8ccf031033125932;p=friendica.git diff --git a/src/DI.php b/src/DI.php index 1531988aaf..708fb7d836 100644 --- a/src/DI.php +++ b/src/DI.php @@ -1,6 +1,6 @@ create(App\Mode::class); } - /** - * @return App\ModuleController - */ - public static function module() - { - return self::$dice->create(App\ModuleController::class); - } - /** * @return App\Page */