12 lines
191 B
PHP
12 lines
191 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Magento\Framework\Component\ComponentRegistrar;
|
|
|
|
ComponentRegistrar::register(
|
|
ComponentRegistrar::MODULE,
|
|
'Opengento_Commandbar',
|
|
__DIR__
|
|
);
|