Skip to content

Commit

Permalink
Merge pull request #2 from BulkGate/eshop-lang-interface
Browse files Browse the repository at this point in the history
Eshop\Language - hasMultiLanguageSupport
  • Loading branch information
lukaspijak authored Dec 6, 2023
2 parents c051c68 + e52afe0 commit 000b7bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Eshop/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ public function load(): array;


public function get(?int $id = null): string;


public function hasMultiLanguageSupport(): bool;
}

0 comments on commit 000b7bb

Please sign in to comment.