diff options
author | yehuda <yehuda@myinbox.in> | 2019-05-15 15:05:30 +0300 |
---|---|---|
committer | yehuda <yehuda@myinbox.in> | 2019-05-15 15:05:30 +0300 |
commit | 9e2de08e9df8ce719fa04da2405d64f633d94b0e (patch) | |
tree | 2072cae96f3229c20987fc43d5cede9aedc1a788 /Postman/Postman-Mail/sendgrid/vendor/autoload.php | |
parent | 71c82c669fd430f3d8a40839a10eaa231081bbea (diff) | |
download | Post-SMTP-9e2de08e9df8ce719fa04da2405d64f633d94b0e.zip |
sendgrid api + and mailer type messages
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/autoload.php')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/vendor/autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/autoload.php b/Postman/Postman-Mail/sendgrid/vendor/autoload.php index cb30775..764afb2 100644 --- a/Postman/Postman-Mail/sendgrid/vendor/autoload.php +++ b/Postman/Postman-Mail/sendgrid/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer' . '/autoload_real.php'; -return ComposerAutoloaderInit31a2dc55ed2dc338fb6b79b1af891c68::getLoader(); +return ComposerAutoloaderInitb8261ccd2bb9e98223bcd166b46db8d9::getLoader(); |