2929use Magento \Framework \App \Config \ScopeConfigInterface ;
3030use Magento \Framework \App \Helper \AbstractHelper ;
3131use Magento \Framework \App \Helper \Context ;
32- use Magento \Framework \App \RequestInterface ;
3332use Magento \Framework \Config \DataInterface ;
3433use Magento \Framework \Encryption \EncryptorInterface ;
3534use Magento \Framework \Exception \LocalizedException ;
4847 */
4948class Data extends AbstractHelper
5049{
51-
5250 const APPLICATION_NAME = 'Magento 2 plugin ' ;
5351 const TEST = 'test ' ;
5452 const LIVE = 'live ' ;
@@ -73,7 +71,6 @@ class Data extends AbstractHelper
7371 * @param ScopeConfigInterface $config
7472 * @param ConfigHelper $configHelper
7573 * @param PlatformInfo $platformInfo
76- * @param RequestInterface $request
7774 */
7875 public function __construct (
7976 protected readonly Context $ context ,
@@ -91,8 +88,7 @@ public function __construct(
9188 protected readonly CacheInterface $ cache ,
9289 private readonly ScopeConfigInterface $ config ,
9390 private readonly ConfigHelper $ configHelper ,
94- private readonly PlatformInfo $ platformInfo ,
95- protected $ request ,
91+ private readonly PlatformInfo $ platformInfo
9692 ) {
9793 parent ::__construct ($ context );
9894 }
0 commit comments