diff options
author | Marcel Klehr <mklehr@gmx.net> | 2024-01-10 14:08:03 +0100 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2024-01-10 14:08:03 +0100 |
commit | 4bfa3d34fcf7a6386d6533680790e23623a5473b (patch) | |
tree | 6a2367dad67fd97279798bf1099df63708a702ad /lib/public | |
parent | c148f84ff7fac06698891ddd41f2e20d4d11f1ca (diff) | |
download | nextcloud-server-4bfa3d34fcf7a6386d6533680790e23623a5473b.tar.gz nextcloud-server-4bfa3d34fcf7a6386d6533680790e23623a5473b.zip |
enh(OCP\Translation): Make ITranslationProviderWithId extend ITranslationProvider
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Translation/ITranslationProviderWithId.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Translation/ITranslationProviderWithId.php b/lib/public/Translation/ITranslationProviderWithId.php index 845e997ebc7..fa08ef7cb17 100644 --- a/lib/public/Translation/ITranslationProviderWithId.php +++ b/lib/public/Translation/ITranslationProviderWithId.php @@ -29,7 +29,7 @@ namespace OCP\Translation; /** * @since 29.0.0 */ -interface ITranslationProviderWithId { +interface ITranslationProviderWithId extends ITranslationProvider { /** * @since 29.0.0 */ |