diff --git a/src/Mailgun/globals.php b/src/Mailgun/Globals.php similarity index 99% rename from src/Mailgun/globals.php rename to src/Mailgun/Globals.php index 760439a..8b21778 100644 --- a/src/Mailgun/globals.php +++ b/src/Mailgun/Globals.php @@ -15,4 +15,4 @@ const EXCEPTION_GENERIC_HTTP_ERROR = "An HTTP Error has occurred! Check your net const EXCEPTION_MISSING_REQUIRED_MIME_PARAMETERS = "The parameters passed to the API were invalid. This might be a bug! Notify support@mailgun.com."; const EXCEPTION_MISSING_ENDPOINT = "The endpoint you've tried to access does not exist. This might be a bug! Notify support@mailgun.com."; -?> \ No newline at end of file +?>