mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
ADiscoverableReferenceProvider implements JsonSerializable
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
946a1af9fd
commit
48f34736cd
1 changed files with 3 additions and 1 deletions
|
|
@ -24,10 +24,12 @@ declare(strict_types=1);
|
|||
|
||||
namespace OCP\Collaboration\Reference;
|
||||
|
||||
use JsonSerializable;
|
||||
|
||||
/**
|
||||
* @since 26.0.0
|
||||
*/
|
||||
abstract class ADiscoverableReferenceProvider implements IDiscoverableReferenceProvider {
|
||||
abstract class ADiscoverableReferenceProvider implements IDiscoverableReferenceProvider, JsonSerializable {
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
|
|
|
|||
Loading…
Reference in a new issue