Remove DI::app() method

This commit is contained in:
Art4 2024-12-23 12:39:11 +00:00
parent 19cd11cc8e
commit 73fb1f1549

View 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);