Smile-SA/magento2-module-custom-entity

View on GitHub
registration.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

use Magento\Framework\Component\ComponentRegistrar;

ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Smile_CustomEntity', __DIR__);