We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a7790 + 8a276c1 commit dd2d68aCopy full SHA for dd2d68a
app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics/RefreshLifetime.php
@@ -1,6 +1,5 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
@@ -9,6 +8,9 @@
9
8
use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
10
use Magento\Reports\Controller\Adminhtml\Report\Statistics;
11
+/**
12
+ * Refresh statistics action.
13
+ */
14
class RefreshLifetime extends Statistics implements HttpPostActionInterface
15
{
16
0 commit comments