From e52afe09e05a9bd3331b3555ac21a2d1c94a9b35 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 5 Dec 2023 15:21:43 +0100 Subject: [PATCH] hasMultiLanguageSupport --- src/Eshop/Language.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Eshop/Language.php b/src/Eshop/Language.php index d0a1920..f7292e5 100644 --- a/src/Eshop/Language.php +++ b/src/Eshop/Language.php @@ -16,4 +16,7 @@ public function load(): array; public function get(?int $id = null): string; + + + public function hasMultiLanguageSupport(): bool; }