| Current Path : /home/rtorresani/www/vendor/magento/module-sales/Controller/Adminhtml/Transactions/ |
| Current File : //home/rtorresani/www/vendor/magento/module-sales/Controller/Adminhtml/Transactions/Grid.php |
<?php
/**
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Sales\Controller\Adminhtml\Transactions;
use Magento\Backend\App\Action;
use Magento\Framework\View\Result\Layout;
class Grid extends \Magento\Sales\Controller\Adminhtml\Transactions
{
/**
* Ajax grid action
*
* @return Layout
*/
public function execute()
{
return $this->resultLayoutFactory->create();
}
}