Skip to content

Commit

Permalink
Fixed the lifetime statistics refreshing for selected reports
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Jan 30, 2019
1 parent da1173a commit fd28eb0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
*/
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;

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

0 comments on commit fd28eb0

Please sign in to comment.