Skip to content

Commit

Permalink
Merge branch '2.4-develop' of https://github.com/mage-os/mirror-magento2
Browse files Browse the repository at this point in the history
 into 2.4-develop
  • Loading branch information
mage-os-ci committed Feb 7, 2025
2 parents 390f179 + f5c3fb9 commit 39b4348
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@
*/
namespace Magento\Email\Controller\Adminhtml\Email\Template;

use Magento\Framework\App\Action\HttpPostActionInterface;
use Magento\Framework\App\Action\HttpGetActionInterface;

/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class DefaultTemplate extends \Magento\Email\Controller\Adminhtml\Email\Template implements HttpGetActionInterface
class DefaultTemplate extends \Magento\Email\Controller\Adminhtml\Email\Template implements
HttpPostActionInterface,
HttpGetActionInterface
{
/**
* @var \Magento\Email\Model\Template\Config
Expand Down

0 comments on commit 39b4348

Please sign in to comment.