refactor: people provider
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
21
shared/lib/People/Service/ServiceMutableInterface.php
Normal file
21
shared/lib/People/Service/ServiceMutableInterface.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* SPDX-FileCopyrightText: Sebastian Krupinski <krupinski01@gmail.com>
|
||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
*/
|
||||
|
||||
namespace KTXF\People\Service;
|
||||
|
||||
/**
|
||||
* Service Mutable Interface
|
||||
*
|
||||
* Marker interface for services that support mutable operations
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
interface ServiceMutableInterface {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user