This commit is contained in:
2025-02-19 13:33:29 +05:45
parent e2a8ccc8b6
commit 0cfbfbcd5a
89 changed files with 12134 additions and 2 deletions

10
vendor/composer/autoload_psr4.php vendored Normal file
View File

@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
);