From 615583ecfedbef6a5b1a604d23af6aefab47b924 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Tue, 9 Sep 2025 11:54:54 +0200 Subject: [PATCH] Fix wrong type for group --- app/code/Magento/Store/Model/Website.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/code/Magento/Store/Model/Website.php b/app/code/Magento/Store/Model/Website.php index f4fac7bfb2704..a9e8b2a2b6362 100644 --- a/app/code/Magento/Store/Model/Website.php +++ b/app/code/Magento/Store/Model/Website.php @@ -1,8 +1,10 @@