mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
enh(OCP\Translation): Make ITranslationProviderWithId extend ITranslationProvider
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
c148f84ff7
commit
4bfa3d34fc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ namespace OCP\Translation;
|
|||
/**
|
||||
* @since 29.0.0
|
||||
*/
|
||||
interface ITranslationProviderWithId {
|
||||
interface ITranslationProviderWithId extends ITranslationProvider {
|
||||
/**
|
||||
* @since 29.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue