Skip to content

Commit a2d2247

Browse files
authored
ENGCOM-4129: [Reports] Fixed refreshing the reports statistics #20820
2 parents b95482b + bd2fd08 commit a2d2247

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics/RefreshLifetime.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Reports\Controller\Adminhtml\Report\Statistics;
87

9-
class RefreshLifetime extends \Magento\Reports\Controller\Adminhtml\Report\Statistics
8+
use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
9+
use Magento\Reports\Controller\Adminhtml\Report\Statistics;
10+
11+
/**
12+
* Refresh statistics action.
13+
*/
14+
class RefreshLifetime extends Statistics implements HttpPostActionInterface
1015
{
1116
/**
1217
* Refresh statistics for all period

0 commit comments

Comments
 (0)