Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-sales/Controller/Adminhtml/Transactions/
Upload File :
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();
    }
}