summaryrefslogtreecommitdiffstats
path: root/examples/helpers/mail/example.php
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-06-08 14:11:01 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-06-08 14:11:01 -0700
commitd99a837f6ba2545fa7138b66db890247a510e4c2 (patch)
treeb64bf6cc9d80ec70d6bd5792553066b13bc7560b /examples/helpers/mail/example.php
parent6e4066dea876f7ca522bbd2b0e245b20da333c65 (diff)
downloadsendgrid-php-d99a837f6ba2545fa7138b66db890247a510e4c2.zip
sendgrid-php-d99a837f6ba2545fa7138b66db890247a510e4c2.tar.gz
sendgrid-php-d99a837f6ba2545fa7138b66db890247a510e4c2.tar.bz2
Clarify usage of vendor/autoload.php
Diffstat (limited to 'examples/helpers/mail/example.php')
-rw-r--r--examples/helpers/mail/example.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/helpers/mail/example.php b/examples/helpers/mail/example.php
index 15e12de..ce3f062 100644
--- a/examples/helpers/mail/example.php
+++ b/examples/helpers/mail/example.php
@@ -1,6 +1,7 @@
<?php
namespace SendGrid;
+// If you are using Composer
require __DIR__ . '/../../../vendor/autoload.php';