diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-08 14:11:01 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-06-08 14:11:01 -0700 |
commit | d99a837f6ba2545fa7138b66db890247a510e4c2 (patch) | |
tree | b64bf6cc9d80ec70d6bd5792553066b13bc7560b /examples/helpers/mail/example.php | |
parent | 6e4066dea876f7ca522bbd2b0e245b20da333c65 (diff) | |
download | sendgrid-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.php | 1 |
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'; |