Skip to content

Commit bd0837d

Browse files
[BUGFIX][M2FIX-53] resolved error Deprecated Functionality: Creation of dynamic property On php8.2
1 parent 07bffbf commit bd0837d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Plugin/Store/App/Request/PathInfoProcessor.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ class PathInfoProcessor
3838
* @var \Experius\MultipleWebsiteStoreCodeUrl\Helper\Settings
3939
*/
4040
private $settings;
41+
42+
/**
43+
* @var Data
44+
*/
45+
protected $data;
4146

4247
/**
4348
* PathInfoProcessor constructor.

0 commit comments

Comments
 (0)