| Current Path : /home/rtorresani/www/vendor/magento/module-eav/Model/Attribute/Data/ |
| Current File : //home/rtorresani/www/vendor/magento/module-eav/Model/Attribute/Data/Textarea.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Eav\Model\Attribute\Data;
/**
* EAV Entity Attribute Text Area Data Model
*
* @author Magento Core Team <core@magentocommerce.com>
*/
class Textarea extends \Magento\Eav\Model\Attribute\Data\Text
{
}