12 lines
289 B
PHP
12 lines
289 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_psr4.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(__DIR__);
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'ReCaptcha\\' => array($vendorDir . '/google/recaptcha/src/ReCaptcha'),
|
||
|
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
|
||
|
);
|