| Current Path : /home/rtorresani/www/vendor/magento/module-sales/Block/Adminhtml/Items/Column/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/Block/Adminhtml/Items/Column/Qty.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Block\Adminhtml\Items\Column;
/**
* Sales Order items qty column renderer
*
* @api
* @author Magento Core Team <core@magentocommerce.com>
* @since 100.0.2
*/
class Qty extends \Magento\Sales\Block\Adminhtml\Items\Column\DefaultColumn
{
}