2021-08-18 10:59:52 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
|
2022-04-08 17:56:49 +00:00
|
|
|
$vendorDir = dirname(__DIR__);
|
2021-08-18 10:59:52 +00:00
|
|
|
$baseDir = dirname(dirname($vendorDir));
|
|
|
|
|
|
|
|
return array(
|
2023-04-07 16:14:09 +00:00
|
|
|
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
|
2021-08-18 10:59:52 +00:00
|
|
|
'Conlite\\External\\' => array($vendorDir . ''),
|
|
|
|
);
|