Testing/CI/ACL

This commit is contained in:
2026-03-21 03:01:08 -05:00
parent d1316c8fd6
commit dcebbceb88
60 changed files with 3141 additions and 1479 deletions
@@ -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)
{