'array', 'is_active' => 'boolean', 'last_triggered_at' => 'datetime', ]; public static function allEvents(): array { return [ 'mailbox.created' => 'Mailbox erstellt', 'mailbox.updated' => 'Mailbox aktualisiert', 'mailbox.deleted' => 'Mailbox gelöscht', 'alias.created' => 'Alias erstellt', 'alias.deleted' => 'Alias gelöscht', 'domain.created' => 'Domain erstellt', 'domain.deleted' => 'Domain gelöscht', ]; } }