Skip to content

Commit dd2d68a

Browse files
ENGCOM-4129: [Reports] Fixed refreshing the reports statistics #20820
- Merge Pull Request #20820 from eduard13/magento2:2.3-develop-fix-reports-statistics-refresh - Merged commits: 1. fd28eb0 2. 8a276c1
2 parents b2a7790 + 8a276c1 commit dd2d68a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
@@ -9,6 +8,9 @@
98
use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
109
use Magento\Reports\Controller\Adminhtml\Report\Statistics;
1110

11+
/**
12+
* Refresh statistics action.
13+
*/
1214
class RefreshLifetime extends Statistics implements HttpPostActionInterface
1315
{
1416
/**

0 commit comments

Comments
 (0)