We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f59c6 commit 7fb1b45Copy full SHA for 7fb1b45
registration.php
@@ -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