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

5 lines
145 B
PHP
Executable File

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