Skip to content

magento man

Can anyone suggest how to remove deprecated registry class and what are the alternative methods?

I’m performing an upgrade to Magento 2.4 and the registry class has been deprecated but it’s being used in some custom modules, please see the code below: <?php declare(strict_types=1); namespace TPCarsModel; use TPCarsModelResourceModelFacilityCollection; use TPCarsApiApiDataFacilityInterface; use TPCarsApiApiDataFacilityInterfaceFactory; use MagentoFrameworkApiDataObjectHelper; use… Read More »Can anyone suggest how to remove deprecated registry class and what are the alternative methods?