Files
2026-03-11 15:57:27 +01:00

147 lines
15 KiB
PHP

<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit9b719a7d374be78de74c2068943692fe
{
public static $prefixLengthsPsr4 = array (
'F' =>
array (
'FluentMail\\Includes\\' => 20,
'FluentMail\\App\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'FluentMail\\Includes\\' =>
array (
0 => __DIR__ . '/../..' . '/includes',
),
'FluentMail\\App\\' =>
array (
0 => __DIR__ . '/../..' . '/app',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'FluentMail\\App\\App' => __DIR__ . '/../..' . '/app/App.php',
'FluentMail\\App\\Hooks\\Handlers\\ActionsRegistrar' => __DIR__ . '/../..' . '/app/Hooks/Handlers/ActionsRegistrar.php',
'FluentMail\\App\\Hooks\\Handlers\\AdminMenuHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/AdminMenuHandler.php',
'FluentMail\\App\\Hooks\\Handlers\\ExceptionHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/ExceptionHandler.php',
'FluentMail\\App\\Hooks\\Handlers\\InitializeSiteHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/InitializeSiteHandler.php',
'FluentMail\\App\\Hooks\\Handlers\\ProviderValidator' => __DIR__ . '/../..' . '/app/Hooks/Handlers/ProviderValidator.php',
'FluentMail\\App\\Hooks\\Handlers\\SchedulerHandler' => __DIR__ . '/../..' . '/app/Hooks/Handlers/SchedulerHandler.php',
'FluentMail\\App\\Http\\Controllers\\Controller' => __DIR__ . '/../..' . '/app/Http/Controllers/Controller.php',
'FluentMail\\App\\Http\\Controllers\\DashboardController' => __DIR__ . '/../..' . '/app/Http/Controllers/DashboardController.php',
'FluentMail\\App\\Http\\Controllers\\DiscordController' => __DIR__ . '/../..' . '/app/Http/Controllers/DiscordController.php',
'FluentMail\\App\\Http\\Controllers\\LoggerController' => __DIR__ . '/../..' . '/app/Http/Controllers/LoggerController.php',
'FluentMail\\App\\Http\\Controllers\\PushoverController' => __DIR__ . '/../..' . '/app/Http/Controllers/PushoverController.php',
'FluentMail\\App\\Http\\Controllers\\SettingsController' => __DIR__ . '/../..' . '/app/Http/Controllers/SettingsController.php',
'FluentMail\\App\\Http\\Controllers\\SlackController' => __DIR__ . '/../..' . '/app/Http/Controllers/SlackController.php',
'FluentMail\\App\\Http\\Controllers\\TelegramController' => __DIR__ . '/../..' . '/app/Http/Controllers/TelegramController.php',
'FluentMail\\App\\Models\\Logger' => __DIR__ . '/../..' . '/app/Models/Logger.php',
'FluentMail\\App\\Models\\Model' => __DIR__ . '/../..' . '/app/Models/Model.php',
'FluentMail\\App\\Models\\Settings' => __DIR__ . '/../..' . '/app/Models/Settings.php',
'FluentMail\\App\\Models\\Traits\\SendTestEmailTrait' => __DIR__ . '/../..' . '/app/Models/Traits/SendTestEmailTrait.php',
'FluentMail\\App\\Services\\Converter' => __DIR__ . '/../..' . '/app/Services/Converter.php',
'FluentMail\\App\\Services\\DB\\AliasFacade' => __DIR__ . '/../..' . '/app/Services/DB/AliasFacade.php',
'FluentMail\\App\\Services\\DB\\Connection' => __DIR__ . '/../..' . '/app/Services/DB/Connection.php',
'FluentMail\\App\\Services\\DB\\EventHandler' => __DIR__ . '/../..' . '/app/Services/DB/EventHandler.php',
'FluentMail\\App\\Services\\DB\\Exception' => __DIR__ . '/../..' . '/app/Services/DB/Exception.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\Adapters\\BaseAdapter' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/Adapters/BaseAdapter.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\Adapters\\Mysql' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/Adapters/Mysql.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\JoinBuilder' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/JoinBuilder.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\NestedCriteria' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/NestedCriteria.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\QueryBuilderHandler' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/QueryBuilderHandler.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\QueryObject' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/QueryObject.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\Raw' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/Raw.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\Transaction' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/Transaction.php',
'FluentMail\\App\\Services\\DB\\QueryBuilder\\TransactionHaltException' => __DIR__ . '/../..' . '/app/Services/DB/QueryBuilder/TransactionHaltException.php',
'FluentMail\\App\\Services\\DB\\Viocon\\AliasFacade' => __DIR__ . '/../..' . '/app/Services/DB/Viocon/AliasFacade.php',
'FluentMail\\App\\Services\\DB\\Viocon\\Container' => __DIR__ . '/../..' . '/app/Services/DB/Viocon/Container.php',
'FluentMail\\App\\Services\\DB\\Viocon\\VioconException' => __DIR__ . '/../..' . '/app/Services/DB/Viocon/VioconException.php',
'FluentMail\\App\\Services\\Html2Text' => __DIR__ . '/../..' . '/app/Services/Html2Text.php',
'FluentMail\\App\\Services\\Mailer\\BaseHandler' => __DIR__ . '/../..' . '/app/Services/Mailer/BaseHandler.php',
'FluentMail\\App\\Services\\Mailer\\FluentPHPMailer' => __DIR__ . '/../..' . '/app/Services/Mailer/FluentPHPMailer.php',
'FluentMail\\App\\Services\\Mailer\\Manager' => __DIR__ . '/../..' . '/app/Services/Mailer/Manager.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\AmazonSes\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/AmazonSes/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\AmazonSes\\SimpleEmailService' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/AmazonSes/SimpleEmailService.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\AmazonSes\\SimpleEmailServiceMessage' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/AmazonSes/SimpleEmailServiceMessage.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\AmazonSes\\SimpleEmailServiceRequest' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/AmazonSes/SimpleEmailServiceRequest.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\AmazonSes\\Validator' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/AmazonSes/Validator.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\AmazonSes\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/AmazonSes/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\DefaultMail\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/DefaultMail/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\ElasticMail\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/ElasticMail/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\ElasticMail\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/ElasticMail/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Factory' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Factory.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Gmail\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Gmail/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Mailgun\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Mailgun/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Mailgun\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Mailgun/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Outlook\\API' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Outlook/API.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Outlook\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Outlook/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\PepiPost\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/PepiPost/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\PepiPost\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/PepiPost/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Postmark\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Postmark/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Postmark\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Postmark/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\SendGrid\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/SendGrid/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\SendGrid\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/SendGrid/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\SendInBlue\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/SendInBlue/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\SendInBlue\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/SendInBlue/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Simulator\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Simulator/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Smtp2Go\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Smtp2Go/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Smtp2Go\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Smtp2Go/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Smtp\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Smtp/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\Smtp\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/Smtp/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\SparkPost\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/SparkPost/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\SparkPost\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/SparkPost/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\ToSend\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/ToSend/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\ToSend\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/ToSend/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\TransMail\\Handler' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/TransMail/Handler.php',
'FluentMail\\App\\Services\\Mailer\\Providers\\TransMail\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/Providers/TransMail/ValidatorTrait.php',
'FluentMail\\App\\Services\\Mailer\\ValidatorTrait' => __DIR__ . '/../..' . '/app/Services/Mailer/ValidatorTrait.php',
'FluentMail\\App\\Services\\NotificationHelper' => __DIR__ . '/../..' . '/app/Services/NotificationHelper.php',
'FluentMail\\App\\Services\\Notification\\Manager' => __DIR__ . '/../..' . '/app/Services/Notification/Manager.php',
'FluentMail\\App\\Services\\Reporting' => __DIR__ . '/../..' . '/app/Services/Reporting.php',
'FluentMail\\App\\Services\\TransStrings' => __DIR__ . '/../..' . '/app/Services/TransStrings.php',
'FluentMail\\Includes\\Activator' => __DIR__ . '/../..' . '/includes/Activator.php',
'FluentMail\\Includes\\Core\\Application' => __DIR__ . '/../..' . '/includes/Core/Application.php',
'FluentMail\\Includes\\Core\\BindingResolutionException' => __DIR__ . '/../..' . '/includes/Core/BindingResolutionException.php',
'FluentMail\\Includes\\Core\\Container' => __DIR__ . '/../..' . '/includes/Core/Container.php',
'FluentMail\\Includes\\Core\\ContainerContract' => __DIR__ . '/../..' . '/includes/Core/ContainerContract.php',
'FluentMail\\Includes\\Core\\ContextualBindingBuilder' => __DIR__ . '/../..' . '/includes/Core/ContextualBindingBuilder.php',
'FluentMail\\Includes\\Core\\CoreTrait' => __DIR__ . '/../..' . '/includes/Core/CoreTrait.php',
'FluentMail\\Includes\\Core\\Reflection' => __DIR__ . '/../..' . '/includes/Core/Reflection.php',
'FluentMail\\Includes\\Deactivator' => __DIR__ . '/../..' . '/includes/Deactivator.php',
'FluentMail\\Includes\\OAuth2Provider' => __DIR__ . '/../..' . '/includes/OAuth2Provider.php',
'FluentMail\\Includes\\Request\\Cleaner' => __DIR__ . '/../..' . '/includes/Request/Cleaner.php',
'FluentMail\\Includes\\Request\\File' => __DIR__ . '/../..' . '/includes/Request/File.php',
'FluentMail\\Includes\\Request\\FileHandler' => __DIR__ . '/../..' . '/includes/Request/FileHandler.php',
'FluentMail\\Includes\\Request\\Request' => __DIR__ . '/../..' . '/includes/Request/Request.php',
'FluentMail\\Includes\\Response\\Response' => __DIR__ . '/../..' . '/includes/Response/Response.php',
'FluentMail\\Includes\\Support\\Arr' => __DIR__ . '/../..' . '/includes/Support/Arr.php',
'FluentMail\\Includes\\Support\\Collection' => __DIR__ . '/../..' . '/includes/Support/Collection.php',
'FluentMail\\Includes\\Support\\Contracts\\ArrayableInterface' => __DIR__ . '/../..' . '/includes/Support/Contracts/ArrayableInterface.php',
'FluentMail\\Includes\\Support\\Contracts\\ContextualBindingBuilderContract' => __DIR__ . '/../..' . '/includes/Support/Contracts/ContextualBindingBuilderContract.php',
'FluentMail\\Includes\\Support\\Contracts\\FileInterface' => __DIR__ . '/../..' . '/includes/Support/Contracts/FileInterface.php',
'FluentMail\\Includes\\Support\\Contracts\\JsonableInterface' => __DIR__ . '/../..' . '/includes/Support/Contracts/JsonableInterface.php',
'FluentMail\\Includes\\Support\\ForbiddenException' => __DIR__ . '/../..' . '/includes/Support/ForbiddenException.php',
'FluentMail\\Includes\\Support\\MacroableTrait' => __DIR__ . '/../..' . '/includes/Support/MacroableTrait.php',
'FluentMail\\Includes\\Support\\Str' => __DIR__ . '/../..' . '/includes/Support/Str.php',
'FluentMail\\Includes\\Support\\ValidationException' => __DIR__ . '/../..' . '/includes/Support/ValidationException.php',
'FluentMail\\Includes\\View\\View' => __DIR__ . '/../..' . '/includes/View/View.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit9b719a7d374be78de74c2068943692fe::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9b719a7d374be78de74c2068943692fe::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit9b719a7d374be78de74c2068943692fe::$classMap;
}, null, ClassLoader::class);
}
}