akai-z/magento2-module-admin-theme-switcher

View on GitHub
registration.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * See COPYING.txt for license details.
 */

use Magento\Framework\Component\ComponentRegistrar;

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