Initial commit from Magerun generated module

This commit is contained in:
Pierre Martin
2022-03-19 00:11:50 +01:00
commit 7bed08d199
8 changed files with 116 additions and 0 deletions

11
registration.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
use Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'Opengento_Commandbar',
__DIR__
);