Skip to content

Commit

Permalink
Update Menu.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins authored May 7, 2020
1 parent 4cf06c7 commit 6f0ab80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ class Menu extends \Magento\Framework\Model\AbstractModel implements MenuInterfa
/**
* CMS page cache tag
*/
const CACHE_TAG = 'scandipwa_menuorganizer_menu';
const CACHE_TAG = 'sw_m';

/**
* @var string
*/
protected $_cacheTag = 'scandipwa_menuorganizer_menu';
protected $_cacheTag = 'sw_m';

/**
* Prefix of model events names
Expand Down

0 comments on commit 6f0ab80

Please sign in to comment.