Skip to content

Commit

Permalink
magento#24468: Export Coupon Code Grid redirect to DashBoard when cre…
Browse files Browse the repository at this point in the history
…ate New Cart Price Rule

cs fix
  • Loading branch information
sofia committed Sep 15, 2019
1 parent 60b75ab commit c8c2b43
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
<?php
/**
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\SalesRule\Controller\Adminhtml\Promo\Quote;

use Exception;
use Magento\Framework\App\Filesystem\DirectoryList;
use Magento\Framework\App\ResponseInterface;

/**
* Class ExportCouponsCsv
* @package Magento\SalesRule\Controller\Adminhtml\Promo\Quote
*/
class ExportCouponsCsv extends \Magento\SalesRule\Controller\Adminhtml\Promo\Quote
{
/**
* Export coupon codes as CSV file
*
* @return \Magento\Framework\App\ResponseInterface|null
* @return ResponseInterface|null|void
* @throws Exception
*/
public function execute()
{
Expand Down

0 comments on commit c8c2b43

Please sign in to comment.