| Current Path : /var/www/www.indacotrentino.com/www/vendor/magento/module-order-cancellation-ui/ |
| 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__
);