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