From: Art4 Date: Mon, 23 Dec 2024 12:39:11 +0000 (+0000) Subject: Remove DI::app() method X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=73fb1f1549315804e2ebb9db4f3c6cbd89488244;p=friendica.git Remove DI::app() method --- diff --git a/src/DI.php b/src/DI.php index de80da34d3..18d74dd23a 100644 --- a/src/DI.php +++ b/src/DI.php @@ -71,16 +71,6 @@ abstract class DI // common instances // - /** - * @deprecated 2024.12 use DI::appHelper() instead - * - * @return App - */ - public static function app() - { - return self::$dice->create(App::class); - } - public static function appHelper(): AppHelper { return self::$dice->create(AppHelper::class);