<?php
/**
 * SeoCanonical module registration
 *
 * @module Autogedal_SeoCanonical
 * @author Autogedal
 * @licence OSL 3.0
 */

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