Skip to content

Commit fd28eb0

Browse files
author
eduard13
committed
Fixed the lifetime statistics refreshing for selected reports
1 parent da1173a commit fd28eb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
*/
77
namespace Magento\Reports\Controller\Adminhtml\Report\Statistics;
88

9-
class RefreshLifetime extends \Magento\Reports\Controller\Adminhtml\Report\Statistics
9+
use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
10+
use Magento\Reports\Controller\Adminhtml\Report\Statistics;
11+
12+
class RefreshLifetime extends Statistics implements HttpPostActionInterface
1013
{
1114
/**
1215
* Refresh statistics for all period

0 commit comments

Comments
 (0)