X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDI.php;h=0c134f37b48cbf38c4b96cfc117469f6dc11707e;hb=7ccfbd8ef2bda9cdf8669eda2bfd9872b15b41bb;hp=ead125cff26138f1ef46458ba319f9c72808a38a;hpb=f28e64299e8d73fccc3c1370127df02bab8000e3;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); } /**