Skip to content

Commit

Permalink
Fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny DECLERCK committed Dec 4, 2019
1 parent 32e8581 commit a89bedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controller/Adminhtml/Retailer/Image/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2019 Smile
* @license Open Software License ("OSL") v. 3.0
*
*
*/
namespace Smile\Retailer\Controller\Adminhtml\Category\Image;

use Magento\Framework\Controller\ResultFactory;
Expand Down Expand Up @@ -92,7 +92,7 @@ public function __construct(
*/
protected function _isAllowed()
{
return $this->_authorization->isAllowed('Vendor_Module::retailer');
return $this->_authorization->isAllowed('Smile_Retailer::retailers');
}

/**
Expand Down

0 comments on commit a89bedc

Please sign in to comment.