mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Update lib/public/User/Backend/ICountMappedUsersBackend.php
Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
parent
f8f357aa1b
commit
ef1957d42e
1 changed files with 2 additions and 2 deletions
|
|
@ -27,11 +27,11 @@ declare(strict_types=1);
|
|||
namespace OCP\User\Backend;
|
||||
|
||||
/**
|
||||
* @since 26.0.0
|
||||
* @since 24.0.7
|
||||
*/
|
||||
interface ICountMappedUsersBackend {
|
||||
/**
|
||||
* @since 26.0.0
|
||||
* @since 24.0.7
|
||||
*
|
||||
* @return int The number of users already mapped to a Nextcloud account
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue