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

8 lines
170 B
PHP
Executable File

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