/var/www/hkosl.com/nick/codeigniter/application/vendor/sendgrid/sendgrid/lib/loader.php


1
2
3
4
5
6
<?php
/**
 * Allows us to include one file instead of two when working without composer.
 */
require_once __DIR__ '/SendGrid.php';
require_once 
__DIR__ '/helpers/mail/Mail.php';