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