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.
1 parent 823e684 commit db9a3c8Copy full SHA for db9a3c8
app/code/Magento/Catalog/Controller/Adminhtml/Category/RefreshPath.php
@@ -1,13 +1,15 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
namespace Magento\Catalog\Controller\Adminhtml\Category;
8
9
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
10
+/**
11
+ * Class RefreshPath
12
+ */
13
class RefreshPath extends \Magento\Catalog\Controller\Adminhtml\Category implements HttpGetActionInterface
14
{
15
0 commit comments