Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-tax/Model/System/Message/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-tax/Model/System/Message/NotificationInterface.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Tax\Model\System\Message;

/**
 * Notification interface for tax-related configuration issues.
 *
 * @api
 */
interface NotificationInterface extends \Magento\Framework\Notification\MessageInterface
{
}