X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=0c134f37b48cbf38c4b96cfc117469f6dc11707e;hb=fd7c1d766c2c922909b858f7af6aa440fbc697aa;hp=ead125cff26138f1ef46458ba319f9c72808a38a;hpb=d5703e350c6205e6ef2ef0c0e12347201909d35d;p=friendica.git diff --git a/src/DI.php b/src/DI.php index ead125cff2..0c134f37b4 100644 --- a/src/DI.php +++ b/src/DI.php @@ -99,11 +99,11 @@ abstract class DI } /** - * @return App\Module + * @return App\ModuleController */ public static function module() { - return self::$dice->create(App\Module::class); + return self::$dice->create(App\ModuleController::class); } /**