Skip to content

Commit

Permalink
I18nInterface.reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ariademur committed Apr 20, 2021
1 parent 0aafaa9 commit 75018b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WebServCo/Framework/Interfaces/I18nInterface.php
Expand Up @@ -16,5 +16,7 @@ public function getLanguages(): array;

public function init(string $projectPath, string $lang = ''): bool;

public function reset(): bool;

public function setLanguage(string $lang, ?string $translationsPath = null): bool;
}

0 comments on commit 75018b8

Please sign in to comment.