Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-order-cancellation-ui/
Upload File :
Current File : /var/www/www.indacotrentino.com/www/vendor/magento/module-order-cancellation-ui/registration.php

<?php
/**
 * Copyright 2023 Adobe
 * All Rights Reserved.
 */
declare(strict_types=1);

use Magento\Framework\Component\ComponentRegistrar;

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