Skip to content

Commit

Permalink
Merge pull request #159 from bold-commerce/Q1-589-1
Browse files Browse the repository at this point in the history
Fix incompatibility with 2.3.2 version
  • Loading branch information
p-bystritsky authored Oct 23, 2023
2 parents 83432be + b8badee commit 53bd50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Block/System/Config/Form/Field/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Status extends Field
/**
* @var StoreManagerInterface
*/
private StoreManagerInterface $storeManager;
private $storeManager;

/**
* @param Context $context
Expand Down
2 changes: 1 addition & 1 deletion Observer/Checkout/CheckoutSectionSave.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CheckoutSectionSave implements ObserverInterface
/**
* @var StoreManagerInterface
*/
private StoreManagerInterface $storeManager;
private $storeManager;

/**
* @param ConfigInterface $config
Expand Down

0 comments on commit 53bd50c

Please sign in to comment.