refactor: people provider
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -12,12 +12,11 @@ namespace KTXF\Resource\Provider;
|
||||
/**
|
||||
* Resource Service Configurable Interface
|
||||
*
|
||||
* Extends base service interface with setter methods for mutable properties.
|
||||
* Used for service configuration and updates.
|
||||
* Optional interface for services that require configuration
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
interface ResourceServiceConfigureInterface extends ResourceServiceMutateInterface {
|
||||
interface ResourceServiceConfigureInterface {
|
||||
|
||||
/**
|
||||
* Sets the location/configuration of this service
|
||||
|
||||
Reference in New Issue
Block a user