magento2-plugin/Block/Waiting.php
2021-09-01 11:14:17 +02:00

10 lines
198 B
PHP

<?php
declare(strict_types=1);
namespace Storefront\BTCPay\Block;
class Waiting extends \Magento\Framework\View\Element\Template
{
protected $_template = 'Storefront_BTCPay::waiting.phtml';
}