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 e9c915f commit fb1e51fCopy full SHA for fb1e51f
app/code/Magento/Email/Controller/Adminhtml/Email/Template/DefaultTemplate.php
@@ -6,7 +6,12 @@
6
*/
7
namespace Magento\Email\Controller\Adminhtml\Email\Template;
8
9
-class DefaultTemplate extends \Magento\Email\Controller\Adminhtml\Email\Template
+use Magento\Framework\App\Action\HttpGetActionInterface;
10
+
11
+/**
12
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
+ */
14
+class DefaultTemplate extends \Magento\Email\Controller\Adminhtml\Email\Template implements HttpGetActionInterface
15
{
16
/**
17
* @var \Magento\Email\Model\Template\Config
0 commit comments