]> source.dussan.org Git - nextcloud-server.git/commitdiff
enh(OCP\Translation): Make ITranslationProviderWithId extend ITranslationProvider
authorMarcel Klehr <mklehr@gmx.net>
Wed, 10 Jan 2024 13:08:03 +0000 (14:08 +0100)
committerMarcel Klehr <mklehr@gmx.net>
Wed, 10 Jan 2024 13:08:03 +0000 (14:08 +0100)
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
lib/public/Translation/ITranslationProviderWithId.php

index 845e997ebc74d23b33a2145cacc6290101e4f8e9..fa08ef7cb17d94a5eb65b9202a358aa9f96fc3cb 100644 (file)
@@ -29,7 +29,7 @@ namespace OCP\Translation;
 /**
  * @since 29.0.0
  */
-interface ITranslationProviderWithId {
+interface ITranslationProviderWithId extends ITranslationProvider {
        /**
         * @since 29.0.0
         */