]> git.mxchange.org Git - friendica.git/commitdiff
Remove DI::app() method
authorArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 12:39:11 +0000 (12:39 +0000)
committerArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 12:39:11 +0000 (12:39 +0000)
src/DI.php

index de80da34d35ea2daaafd7c9474ae1a95af4fe3ce..18d74dd23ab0e475aaa168021d19c1291eb73956 100644 (file)
@@ -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);