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