From e2147efa2edc3ece9c2d976ae788329d963eea84 Mon Sep 17 00:00:00 2001 From: lanlin Date: Mon, 21 Sep 2020 02:44:04 +0000 Subject: [PATCH] code reformat workflow --- src/Authentication/Native.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Authentication/Native.php b/src/Authentication/Native.php index b41e306..7ade74f 100644 --- a/src/Authentication/Native.php +++ b/src/Authentication/Native.php @@ -126,6 +126,7 @@ private function settingsRules(array $params): V case 'hotmail': return $this->knownProviderRule(); case 'gmail': return $this->gmailProviderRule(); + case 'exchange': return $this->exchangeProviderRule(); case 'imap':