Skip to content

Commit

Permalink
Update MailgunTransport.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jul 29, 2019
1 parent de9cd54 commit 5068062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Mail/Transport/MailgunTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
Expand Down

0 comments on commit 5068062

Please sign in to comment.