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 b95482b + bd2fd08 commit a2d2247Copy full SHA for a2d2247
app/code/Magento/Reports/Controller/Adminhtml/Report/Statistics/RefreshLifetime.php
@@ -1,12 +1,17 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
namespace Magento\Reports\Controller\Adminhtml\Report\Statistics;
8
9
-class RefreshLifetime extends \Magento\Reports\Controller\Adminhtml\Report\Statistics
+use Magento\Framework\App\Action\HttpPostActionInterface as HttpPostActionInterface;
+use Magento\Reports\Controller\Adminhtml\Report\Statistics;
10
+
11
+/**
12
+ * Refresh statistics action.
13
+ */
14
+class RefreshLifetime extends Statistics implements HttpPostActionInterface
15
{
16
17
* Refresh statistics for all period
0 commit comments