DIR:/home/austenwhite.co.uk/www/dev/vendor/magento/framework/Validator/File/ |
Current File : /home/austenwhite.co.uk/www/dev/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 { } |