Skip to content

Commit 7fb1b45

Browse files
committed
add registration.php
1 parent a5f59c6 commit 7fb1b45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

registration.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
\Magento\Framework\Component\ComponentRegistrar::register(
3+
\Magento\Framework\Component\ComponentRegistrar::MODULE,
4+
'Ibnab_CategoriesSide',
5+
__DIR__
6+
);

0 commit comments

Comments
 (0)