summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-05-25 12:50:25 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-05-25 12:50:25 -0700
commitb09a68a9f45c2dbb08090ed9f15b02035f18a58c (patch)
treef7a6664fc19351b6d1eec8bff60a64e711a64f0e /examples
parent5e62e197926eca40f42477901084bc1a7661d292 (diff)
downloadsendgrid-php-b09a68a9f45c2dbb08090ed9f15b02035f18a58c.zip
sendgrid-php-b09a68a9f45c2dbb08090ed9f15b02035f18a58c.tar.gz
sendgrid-php-b09a68a9f45c2dbb08090ed9f15b02035f18a58c.tar.bz2
Travis
Diffstat (limited to 'examples')
-rw-r--r--examples/example.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.php b/examples/example.php
index 2a72f4f..9148a9d 100644
--- a/examples/example.php
+++ b/examples/example.php
@@ -6,7 +6,7 @@ require dirname(__DIR__).'/lib/SendGrid.php';
// Configuration
$apiKey = getenv('SENDGRID_API_KEY');
-$sg = new SendGrid($apiKey);
+$sg = new \SendGrid($apiKey);
// GET Collection
$query_params = array('limit' => 100, 'offset' => 0);