summaryrefslogtreecommitdiffstats
path: root/static/api/vendor/composer/autoload_psr4.php
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-22 14:07:46 +0200
committerDanilo M. <danix@danix.xyz>2026-04-22 14:07:46 +0200
commitc2f805c17713bc60a9cc8a353cf393226395ca46 (patch)
treecdaf815f617bd38dd5351e3feb46d4947362cf62 /static/api/vendor/composer/autoload_psr4.php
parentb97022c6fd5351215adabfa90ef9c5c191ad8b7c (diff)
downloaddanixxyz-c2f805c17713bc60a9cc8a353cf393226395ca46.tar.gz
danixxyz-c2f805c17713bc60a9cc8a353cf393226395ca46.zip
Update: modified mail form backend for danix.xyz and added vendor folderrelease_22042026-1408
Diffstat (limited to 'static/api/vendor/composer/autoload_psr4.php')
-rw-r--r--static/api/vendor/composer/autoload_psr4.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/static/api/vendor/composer/autoload_psr4.php b/static/api/vendor/composer/autoload_psr4.php
new file mode 100644
index 0000000..28567a0
--- /dev/null
+++ b/static/api/vendor/composer/autoload_psr4.php
@@ -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'),
+);