Skip to content

Commit

Permalink
ENGCOM-4129: [Reports] Fixed refreshing the reports statistics #20820
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 11, 2019
2 parents b95482b + bd2fd08 commit a2d2247
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<?php
/**
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Reports\Controller\Adminhtml\Report\Statistics;

class RefreshLifetime extends \Magento\Reports\Controller\Adminhtml\Report\Statistics
use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
use Magento\Reports\Controller\Adminhtml\Report\Statistics;

/**
* Refresh statistics action.
*/
class RefreshLifetime extends Statistics implements HttpPostActionInterface
{
/**
* Refresh statistics for all period
Expand Down

0 comments on commit a2d2247

Please sign in to comment.