Your IP : 216.73.216.189


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/magento/framework/Validator/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/magento/framework/Validator/NotEmpty.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\Validator;

use Laminas\Validator\NotEmpty as LaminasNotEmpty;

class NotEmpty extends LaminasNotEmpty implements ValidatorInterface
{
}