mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
chore: update since from 34.0.0 to 35.0.0
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
This commit is contained in:
parent
c42bc0cf09
commit
87e907592a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ use OCP\AppFramework\Attribute\Implementable;
|
|||
* Marks the 2FA provider stateless. That means the state of 2FA activation
|
||||
* for user will be checked dynamically and not stored in the database.
|
||||
*
|
||||
* @since 34.0.0
|
||||
* @since 35.0.0
|
||||
*/
|
||||
#[Implementable(since: '34.0.0')]
|
||||
#[Implementable(since: '35.0.0')]
|
||||
interface IStatelessProvider extends IProvider {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue