enh(OCP\Translation): Make ITranslationProviderWithId extend ITranslationProvider

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-01-10 14:08:03 +01:00
parent c148f84ff7
commit 4bfa3d34fc

View file

@ -29,7 +29,7 @@ namespace OCP\Translation;
/**
* @since 29.0.0
*/
interface ITranslationProviderWithId {
interface ITranslationProviderWithId extends ITranslationProvider {
/**
* @since 29.0.0
*/