Initial commit from Magerun generated module
This commit is contained in:
11
registration.php
Normal file
11
registration.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Magento\Framework\Component\ComponentRegistrar;
|
||||
|
||||
ComponentRegistrar::register(
|
||||
ComponentRegistrar::MODULE,
|
||||
'Opengento_Commandbar',
|
||||
__DIR__
|
||||
);
|
||||
Reference in New Issue
Block a user