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 89194c4 commit 727862dCopy full SHA for 727862d
app/code/Magento/Newsletter/Controller/Adminhtml/Template/Save.php
@@ -1,6 +1,5 @@
1
<?php
2
/**
3
- *
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
@@ -10,6 +9,9 @@
10
9
use Magento\Framework\App\TemplateTypesInterface;
11
use Magento\Framework\Exception\LocalizedException;
12
+/**
13
+ * An action that saves a template.
14
+ */
15
class Save extends \Magento\Newsletter\Controller\Adminhtml\Template implements HttpPostActionInterface
16
{
17
0 commit comments