| Current Path : /home/rtorresani/www/vendor/magento/framework/Validator/File/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/Validator/File/Size.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Validator\File;
use Laminas\Validator\File\FilesSize;
use Magento\Framework\Validator\ValidatorInterface;
class Size extends FilesSize implements ValidatorInterface
{
}