Initial commit: Free Shipping Message module
This commit is contained in:
10
registration.php
Normal file
10
registration.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Shopkeeper FreeShippingMessage Module Registration
|
||||
*/
|
||||
|
||||
\Magento\Framework\Component\ComponentRegistrar::register(
|
||||
\Magento\Framework\Component\ComponentRegistrar::MODULE,
|
||||
'Shopkeeper_FreeShippingMessage',
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user