Skip to content

Commit

Permalink
Let the creditmemo adminhtml controller's print action implement Http…
Browse files Browse the repository at this point in the history
…GetActionInterface.
  • Loading branch information
hostep committed Apr 17, 2024
1 parent 6cac494 commit d7cd905
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
*/
namespace Magento\Sales\Controller\Adminhtml\Creditmemo\AbstractCreditmemo;

use Magento\Framework\App\ResponseInterface;
use Magento\Framework\App\Action\HttpGetActionInterface;
use Magento\Framework\App\Filesystem\DirectoryList;
use Magento\Framework\App\ResponseInterface;
use Magento\Sales\Api\CreditmemoRepositoryInterface;

class PrintAction extends \Magento\Backend\App\Action
class PrintAction extends \Magento\Backend\App\Action implements HttpGetActionInterface
{
/**
* Authorization level of a basic admin session
Expand Down

0 comments on commit d7cd905

Please sign in to comment.