mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 12:36:02 +03:00
6 lines
105 B
PHP
6 lines
105 B
PHP
<?php
|
|
|
|
//Grab the composer Autoloader!
|
|
$autoloader = require dirname(__DIR__) . '/vendor/autoload.php';
|
|
|