Skip to content

Commit

Permalink
Merge pull request #23 from robsoned/fix_creation_of_dynamic_property
Browse files Browse the repository at this point in the history
Fix creation of dynamic property
  • Loading branch information
peterjaap authored Oct 1, 2024
2 parents 2bc7425 + e25ffad commit 9dc417f
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 9dc417f

Please sign in to comment.