diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-22 14:07:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-22 14:07:46 +0200 |
| commit | c2f805c17713bc60a9cc8a353cf393226395ca46 (patch) | |
| tree | cdaf815f617bd38dd5351e3feb46d4947362cf62 /static/api/vendor/composer/autoload_static.php | |
| parent | b97022c6fd5351215adabfa90ef9c5c191ad8b7c (diff) | |
| download | danixxyz-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_static.php')
| -rw-r--r-- | static/api/vendor/composer/autoload_static.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/static/api/vendor/composer/autoload_static.php b/static/api/vendor/composer/autoload_static.php new file mode 100644 index 0000000..de93a2f --- /dev/null +++ b/static/api/vendor/composer/autoload_static.php @@ -0,0 +1,36 @@ +<?php + +// autoload_static.php @generated by Composer + +namespace Composer\Autoload; + +class ComposerStaticInit826f515f5ef16946d3e3ee3e3205b25e +{ + public static $prefixLengthsPsr4 = array ( + 'P' => + array ( + 'PHPMailer\\PHPMailer\\' => 20, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'PHPMailer\\PHPMailer\\' => + array ( + 0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src', + ), + ); + + public static $classMap = array ( + 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInit826f515f5ef16946d3e3ee3e3205b25e::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit826f515f5ef16946d3e3ee3e3205b25e::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit826f515f5ef16946d3e3ee3e3205b25e::$classMap; + + }, null, ClassLoader::class); + } +} |
