magento2-plugin/registration.php
2019-07-15 11:07:13 +02:00

6 lines
154 B
PHP

<?php
use Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Storefront_BTCPayServer', __DIR__);