<?php
/**
 * Registration file for TableProtection module
 */

use Magento\Framework\Component\ComponentRegistrar;

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