From 63e43a45f2b2e6a002dae9a5c0cd94a3cdec82ef Mon Sep 17 00:00:00 2001 From: Jan Matthiesen Date: Mon, 17 Jun 2024 15:52:33 +0200 Subject: [PATCH] Fix namepsace separator --- .../Checkout/Payment/Exception/PaymentProcessException.php | 2 +- polyfill/Shopware/Core/Checkout/Payment/PaymentException.php | 4 ++-- .../Core/System/Snippet/Files/AbstractSnippetFile.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php b/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php index 42b8aff71..2dc7d8603 100644 --- a/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php +++ b/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php @@ -1,7 +1,7 @@