1 Commits

Author SHA1 Message Date
Sebastian 298e1d62c0 chore(deps): update dependency eslint to v10.7.0
PHP Unit Tests / test (pull_request) Failing after 12m29s
JS Unit Tests / test (pull_request) Failing after 12m44s
Build Test / build (pull_request) Failing after 12m48s
2026-07-19 03:02:58 +00:00
@@ -23,17 +23,6 @@ interface ProviderBaseInterface extends ResourceProviderBaseInterface{
public const JSON_TYPE = 'mail:provider';
/**
* Reserved user identifier for system-owned mail services
*
* Services stored under this user id belong to the tenant itself rather
* than any real user (e.g. accounts used to deliver system-generated
* messages such as verification codes and password resets).
*
* @since 2026.07.01
*/
public const USER_SYSTEM = 'system';
/**
* Finds a service that handles a specific email address
*