dakzilla/magento2-cachetags-helper

View on GitHub
registration.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

\Magento\Framework\Component\ComponentRegistrar::register(
    \Magento\Framework\Component\ComponentRegistrar::MODULE,
    'Dakzilla_CacheTags',
    __DIR__
);