Skip to content

Commit

Permalink
Fix creation of dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
robsoned committed Jun 6, 2024
1 parent 2bc7425 commit e25ffad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Plugin/ModuleStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

use Magento\Config\Model\ResourceModel\Config as ConfigResource;
use Elgentos\InventoryLog\Helper\Data as StockMovementHelper;
use Magento\Store\Model\StoreManagerInterface;

class ModuleStatus
{
Expand All @@ -23,6 +24,12 @@ class ModuleStatus
*/
public $configResource;


/**
* @var \Magento\Store\Model\StoreManagerInterface
*/
private StoreManagerInterface $_storeManager;

const EXTENSION_NAME = 'Elgentos_InventoryLog';

/**
Expand Down

0 comments on commit e25ffad

Please sign in to comment.