This commit is contained in:
James
2020-12-26 15:37:24 +00:00
commit 65a7ac1fab
4 changed files with 65 additions and 0 deletions

7
registration.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Test_Test',
__DIR__
);