From 68ffda0fcbcecc7279e334c6562369f955c25a27 Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Thu, 25 Jul 2013 16:04:09 -0700 Subject: [PATCH] Rename globals.php to Globals.php --- src/Mailgun/{globals.php => Globals.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Mailgun/{globals.php => Globals.php} (99%) 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 +?>