mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
6 lines
177 B
PHP
6 lines
177 B
PHP
<?php declare(strict_types=1);
|
|
|
|
use \Magento\Framework\Component\ComponentRegistrar;
|
|
|
|
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Graycore_DemoPackage', __DIR__);
|