From 506806263209701b983c4739c27d804e68e5f43f Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 29 Jul 2019 09:26:18 -0500 Subject: [PATCH] Update MailgunTransport.php --- src/Illuminate/Mail/Transport/MailgunTransport.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Illuminate/Mail/Transport/MailgunTransport.php b/src/Illuminate/Mail/Transport/MailgunTransport.php index 3b83a5af978f..f9575a6ad9f0 100644 --- a/src/Illuminate/Mail/Transport/MailgunTransport.php +++ b/src/Illuminate/Mail/Transport/MailgunTransport.php @@ -189,7 +189,7 @@ public function setDomain($domain) } /** - * Get the API end-point being used by the transport. + * Get the API endpoint being used by the transport. * * @return string */ @@ -199,7 +199,7 @@ public function getEndpoint() } /** - * Set the API end-point being used by the transport. + * Set the API endpoint being used by the transport. * * @param string $endpoint * @return string