From c627dafd8444462d5cada9e65d17ca4aa4235bcb Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Thu, 26 Sep 2024 13:34:19 +0200 Subject: [PATCH] NTR: fix mail aware in SW 6.4 --- .../Framework/Event/MailActionInterface.php | 21 +++++++++++++++++++ .../Core/Framework/Event/MailAware.php | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 polyfill/Shopware/Core/Framework/Event/MailActionInterface.php diff --git a/polyfill/Shopware/Core/Framework/Event/MailActionInterface.php b/polyfill/Shopware/Core/Framework/Event/MailActionInterface.php new file mode 100644 index 000000000..5775b15c1 --- /dev/null +++ b/polyfill/Shopware/Core/Framework/Event/MailActionInterface.php @@ -0,0 +1,21 @@ +