Changing directory structure for Composer compatibility

This commit is contained in:
shopkeeperdev
2025-10-06 17:43:55 -04:00
parent 8a4d08cd6b
commit ba40858e2c
8 changed files with 0 additions and 15 deletions

8
registration.php Normal file
View File

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