6 lines
148 B
PHP
6 lines
148 B
PHP
<?php
|
|
|
|
use Magento\Framework\Component\ComponentRegistrar;
|
|
|
|
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Storefront_BTCPay', __DIR__);
|