mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 20:46:03 +03:00
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
|
|
//Grab the composer Autoloader!
|
|
$autoloader = include dirname(__DIR__).'/vendor/autoload.php';
|