feat: improve mail resource interface
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
@@ -10,6 +10,7 @@ declare(strict_types=1);
|
||||
namespace KTXF\Mail\Service;
|
||||
|
||||
use KTXF\Mail\Object\AddressInterface;
|
||||
use KTXF\Resource\Provider\ResourceServiceMutateInterface;
|
||||
|
||||
/**
|
||||
* Mail Service Mutable Interface
|
||||
@@ -19,7 +20,7 @@ use KTXF\Mail\Object\AddressInterface;
|
||||
*
|
||||
* @since 2025.05.01
|
||||
*/
|
||||
interface ServiceMutableInterface extends ServiceBaseInterface {
|
||||
interface ServiceMutableInterface extends ServiceBaseInterface, ResourceServiceMutateInterface {
|
||||
|
||||
/**
|
||||
* Sets the primary mailing address for this service
|
||||
|
||||
Reference in New Issue
Block a user