<?php

/**
 * Register the Autogedal_PromoRules module.
 */

use Magento\Framework\Component\ComponentRegistrar;

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