magento2-docker/app/code/IpSupply/CustomBanner/registration.php

5 lines
155 B
PHP
Executable File

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