diff options
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/sendgrid-php.php')
-rw-r--r-- | Postman/Postman-Mail/sendgrid/sendgrid-php.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/sendgrid-php.php b/Postman/Postman-Mail/sendgrid/sendgrid-php.php new file mode 100644 index 0000000..47449d1 --- /dev/null +++ b/Postman/Postman-Mail/sendgrid/sendgrid-php.php @@ -0,0 +1,5 @@ +<?php +if ( ! class_exists('\\SendGrid\\Client') ) { + require 'vendor/autoload.php'; +} +?>
\ No newline at end of file |