Skip to content

Commit

Permalink
[BUGFIX][M2FIX-53] resolved error Deprecated Functionality: Creation …
Browse files Browse the repository at this point in the history
…of dynamic property On php8.2
  • Loading branch information
experius-nl authored May 10, 2023
1 parent 07bffbf commit bd0837d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Plugin/Store/App/Request/PathInfoProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ class PathInfoProcessor
* @var \Experius\MultipleWebsiteStoreCodeUrl\Helper\Settings
*/
private $settings;

/**
* @var Data
*/
protected $data;

/**
* PathInfoProcessor constructor.
Expand Down

0 comments on commit bd0837d

Please sign in to comment.