Testing/CI/ACL
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace MageSail\Magesail\Controller\Adminhtml\Howto;
|
||||
@@ -11,7 +12,7 @@ use Magento\Framework\Controller\ResultInterface;
|
||||
|
||||
class Index extends Action implements HttpGetActionInterface
|
||||
{
|
||||
public const ADMIN_RESOURCE = 'MageSail_Magesail::tunnel';
|
||||
public const ADMIN_RESOURCE = 'MageSail_Magesail::tunnel_view';
|
||||
|
||||
public function __construct(Context $context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user