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; }