Merge "TOTP: Remove getConfig()"

This commit is contained in:
jenkins-bot 2023-12-31 07:24:40 +00:00 committed by Gerrit Code Review
commit 47e0c211e6

View file

@ -101,13 +101,6 @@ class TOTP implements IModule {
return null;
}
/**
* @inheritDoc
*/
public function getConfig() {
return null;
}
/**
* @inheritDoc
*/