Skip to content

Commit

Permalink
Update Item.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins authored May 7, 2020
1 parent a2c1c73 commit 4cf06c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class Item extends AbstractModel implements ItemInterface, IdentityInterface
/**
* CMS page cache tag
*/
const CACHE_TAG = 'scandipwa_menuorganizer_item';
const CACHE_TAG = 'sw_mi';

/**
* @var string
*/
protected $_cacheTag = 'scandipwa_menuorganizer_item';
protected $_cacheTag = 'sw_mi';

/**
* Prefix of model events names
Expand Down

0 comments on commit 4cf06c7

Please sign in to comment.