lots of improvements
This commit is contained in:
@@ -43,4 +43,15 @@ interface ResourceServiceMutateInterface extends ResourceServiceBaseInterface, J
|
||||
*/
|
||||
public function setEnabled(bool $value): self;
|
||||
|
||||
/**
|
||||
* Sets the auxiliary information of this service
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*
|
||||
* @param array $value Arbitrary key-value pairs for additional service info
|
||||
*
|
||||
* @return self
|
||||
*/
|
||||
public function setAuxiliary(array $value): self;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user