rafaelstz/magento2-quicklink

View on GitHub
registration.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

use Magento\Framework\Component\ComponentRegistrar;

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