ClassLoader.php
11 months ago
InstalledVersions.php
11 months ago
LICENSE
11 months ago
autoload_classmap.php
2 months ago
autoload_namespaces.php
11 months ago
autoload_psr4.php
2 months ago
autoload_real.php
3 weeks ago
autoload_static.php
3 weeks ago
installed.json
3 weeks ago
installed.php
4 days ago
jetpack_autoload_classmap.php
3 weeks ago
platform_check.php
11 months ago
autoload_static.php
201 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit03822c9d88cd8a52d0edb715f5cdf665 |
| 8 | { |
| 9 | public static $prefixLengthsPsr4 = array ( |
| 10 | 'P' => |
| 11 | array ( |
| 12 | 'Psr\\Container\\' => 14, |
| 13 | ), |
| 14 | 'H' => |
| 15 | array ( |
| 16 | 'Hostinger\\WpMenuManager\\' => 24, |
| 17 | 'Hostinger\\WpHelper\\' => 19, |
| 18 | 'Hostinger\\Tests\\' => 16, |
| 19 | 'Hostinger\\Surveys\\' => 18, |
| 20 | 'Hostinger\\Reach\\' => 16, |
| 21 | 'Hostinger\\Amplitude\\' => 20, |
| 22 | ), |
| 23 | 'A' => |
| 24 | array ( |
| 25 | 'Automattic\\Jetpack\\Autoloader\\' => 30, |
| 26 | ), |
| 27 | ); |
| 28 | |
| 29 | public static $prefixDirsPsr4 = array ( |
| 30 | 'Psr\\Container\\' => |
| 31 | array ( |
| 32 | 0 => __DIR__ . '/..' . '/psr/container/src', |
| 33 | ), |
| 34 | 'Hostinger\\WpMenuManager\\' => |
| 35 | array ( |
| 36 | 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src', |
| 37 | ), |
| 38 | 'Hostinger\\WpHelper\\' => |
| 39 | array ( |
| 40 | 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src', |
| 41 | ), |
| 42 | 'Hostinger\\Tests\\' => |
| 43 | array ( |
| 44 | 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/tests/phpunit', |
| 45 | ), |
| 46 | 'Hostinger\\Surveys\\' => |
| 47 | array ( |
| 48 | 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src', |
| 49 | ), |
| 50 | 'Hostinger\\Reach\\' => |
| 51 | array ( |
| 52 | 0 => __DIR__ . '/../..' . '/src', |
| 53 | ), |
| 54 | 'Hostinger\\Amplitude\\' => |
| 55 | array ( |
| 56 | 0 => __DIR__ . '/..' . '/hostinger/hostinger-wp-amplitude/src', |
| 57 | ), |
| 58 | 'Automattic\\Jetpack\\Autoloader\\' => |
| 59 | array ( |
| 60 | 0 => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src', |
| 61 | ), |
| 62 | ); |
| 63 | |
| 64 | public static $classMap = array ( |
| 65 | 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php', |
| 66 | 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php', |
| 67 | 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php', |
| 68 | 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php', |
| 69 | 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/ManifestGenerator.php', |
| 70 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 71 | 'Hostinger\\Amplitude\\ActionDispatcher' => __DIR__ . '/..' . '/hostinger/hostinger-wp-amplitude/src/ActionDispatcher.php', |
| 72 | 'Hostinger\\Amplitude\\AmplitudeLoader' => __DIR__ . '/..' . '/hostinger/hostinger-wp-amplitude/src/AmplitudeLoader.php', |
| 73 | 'Hostinger\\Amplitude\\AmplitudeManager' => __DIR__ . '/..' . '/hostinger/hostinger-wp-amplitude/src/AmplitudeManager.php', |
| 74 | 'Hostinger\\Amplitude\\Rest' => __DIR__ . '/..' . '/hostinger/hostinger-wp-amplitude/src/Rest.php', |
| 75 | 'Hostinger\\Reach\\Admin\\Database\\CartsTable' => __DIR__ . '/../..' . '/src/Admin/Database/CartsTable.php', |
| 76 | 'Hostinger\\Reach\\Admin\\Database\\ContactListsTable' => __DIR__ . '/../..' . '/src/Admin/Database/ContactListsTable.php', |
| 77 | 'Hostinger\\Reach\\Admin\\Database\\DatabaseInterface' => __DIR__ . '/../..' . '/src/Admin/Database/DatabaseInterface.php', |
| 78 | 'Hostinger\\Reach\\Admin\\Database\\DatabaseTable' => __DIR__ . '/../..' . '/src/Admin/Database/DatabaseTable.php', |
| 79 | 'Hostinger\\Reach\\Admin\\Database\\FormsTable' => __DIR__ . '/../..' . '/src/Admin/Database/FormsTable.php', |
| 80 | 'Hostinger\\Reach\\Admin\\Menus' => __DIR__ . '/../..' . '/src/Admin/Menus.php', |
| 81 | 'Hostinger\\Reach\\Admin\\Notices\\AddFormNotice' => __DIR__ . '/../..' . '/src/Admin/Notices/AddFormNotice.php', |
| 82 | 'Hostinger\\Reach\\Admin\\Notices\\ConnectionNotice' => __DIR__ . '/../..' . '/src/Admin/Notices/ConnectionNotice.php', |
| 83 | 'Hostinger\\Reach\\Admin\\Redirects' => __DIR__ . '/../..' . '/src/Admin/Redirects.php', |
| 84 | 'Hostinger\\Reach\\Admin\\Surveys\\SatisfactionSurvey' => __DIR__ . '/../..' . '/src/Admin/Surveys/SatisfactionSurvey.php', |
| 85 | 'Hostinger\\Reach\\Admin\\Surveys\\Survey' => __DIR__ . '/../..' . '/src/Admin/Surveys/Survey.php', |
| 86 | 'Hostinger\\Reach\\Amplitude\\Amplitude' => __DIR__ . '/../..' . '/src/Amplitude/Amplitude.php', |
| 87 | 'Hostinger\\Reach\\Amplitude\\Events' => __DIR__ . '/../..' . '/src/Amplitude/Events.php', |
| 88 | 'Hostinger\\Reach\\Api\\ApiKeyManager' => __DIR__ . '/../..' . '/src/Api/ApiKeyManager.php', |
| 89 | 'Hostinger\\Reach\\Api\\Handlers\\ApiHandler' => __DIR__ . '/../..' . '/src/Api/Handlers/ApiHandler.php', |
| 90 | 'Hostinger\\Reach\\Api\\Handlers\\FormsApiHandler' => __DIR__ . '/../..' . '/src/Api/Handlers/FormsApiHandler.php', |
| 91 | 'Hostinger\\Reach\\Api\\Handlers\\HostingApiHandler' => __DIR__ . '/../..' . '/src/Api/Handlers/HostingApiHandler.php', |
| 92 | 'Hostinger\\Reach\\Api\\Handlers\\IntegrationsApiHandler' => __DIR__ . '/../..' . '/src/Api/Handlers/IntegrationsApiHandler.php', |
| 93 | 'Hostinger\\Reach\\Api\\Handlers\\ReachApiHandler' => __DIR__ . '/../..' . '/src/Api/Handlers/ReachApiHandler.php', |
| 94 | 'Hostinger\\Reach\\Api\\ResourceIdManager' => __DIR__ . '/../..' . '/src/Api/ResourceIdManager.php', |
| 95 | 'Hostinger\\Reach\\Api\\Routes\\FormsRoutes' => __DIR__ . '/../..' . '/src/Api/Routes/FormsRoutes.php', |
| 96 | 'Hostinger\\Reach\\Api\\Routes\\HostingRoutes' => __DIR__ . '/../..' . '/src/Api/Routes/HostingRoutes.php', |
| 97 | 'Hostinger\\Reach\\Api\\Routes\\IntegrationsRoutes' => __DIR__ . '/../..' . '/src/Api/Routes/IntegrationsRoutes.php', |
| 98 | 'Hostinger\\Reach\\Api\\Routes\\ReachRoutes' => __DIR__ . '/../..' . '/src/Api/Routes/ReachRoutes.php', |
| 99 | 'Hostinger\\Reach\\Api\\Routes\\Routes' => __DIR__ . '/../..' . '/src/Api/Routes/Routes.php', |
| 100 | 'Hostinger\\Reach\\Api\\Webhooks\\Handlers\\CartAbandoned' => __DIR__ . '/../..' . '/src/Api/Webhooks/Handlers/CartAbandoned.php', |
| 101 | 'Hostinger\\Reach\\Api\\Webhooks\\Handlers\\OrderPurchased' => __DIR__ . '/../..' . '/src/Api/Webhooks/Handlers/OrderPurchased.php', |
| 102 | 'Hostinger\\Reach\\Api\\Webhooks\\Handlers\\WebhookHandler' => __DIR__ . '/../..' . '/src/Api/Webhooks/Handlers/WebhookHandler.php', |
| 103 | 'Hostinger\\Reach\\Blocks\\Block' => __DIR__ . '/../..' . '/src/Blocks/Block.php', |
| 104 | 'Hostinger\\Reach\\Blocks\\SubscriptionFormBlock' => __DIR__ . '/../..' . '/src/Blocks/SubscriptionFormBlock.php', |
| 105 | 'Hostinger\\Reach\\Boot' => __DIR__ . '/../..' . '/src/Boot.php', |
| 106 | 'Hostinger\\Reach\\Container' => __DIR__ . '/../..' . '/src/Container.php', |
| 107 | 'Hostinger\\Reach\\Dto\\Cart' => __DIR__ . '/../..' . '/src/Dto/Cart.php', |
| 108 | 'Hostinger\\Reach\\Dto\\CartItem' => __DIR__ . '/../..' . '/src/Dto/CartItem.php', |
| 109 | 'Hostinger\\Reach\\Dto\\PluginData' => __DIR__ . '/../..' . '/src/Dto/PluginData.php', |
| 110 | 'Hostinger\\Reach\\Dto\\ReachContact' => __DIR__ . '/../..' . '/src/Dto/ReachContact.php', |
| 111 | 'Hostinger\\Reach\\Dto\\Totals' => __DIR__ . '/../..' . '/src/Dto/Totals.php', |
| 112 | 'Hostinger\\Reach\\Functions' => __DIR__ . '/../..' . '/src/Functions.php', |
| 113 | 'Hostinger\\Reach\\Integrations\\Brave\\BraveIntegration' => __DIR__ . '/../..' . '/src/Integrations/Brave/BraveIntegration.php', |
| 114 | 'Hostinger\\Reach\\Integrations\\ContactForm7\\ContactForm7Integration' => __DIR__ . '/../..' . '/src/Integrations/ContactForm7/ContactForm7Integration.php', |
| 115 | 'Hostinger\\Reach\\Integrations\\Elementor\\ElementorIntegration' => __DIR__ . '/../..' . '/src/Integrations/Elementor/ElementorIntegration.php', |
| 116 | 'Hostinger\\Reach\\Integrations\\Elementor\\SubscriptionFormElementorWidget' => __DIR__ . '/../..' . '/src/Integrations/Elementor/SubscriptionFormElementorWidget.php', |
| 117 | 'Hostinger\\Reach\\Integrations\\Forminator\\ForminatorIntegration' => __DIR__ . '/../..' . '/src/Integrations/Forminator/ForminatorIntegration.php', |
| 118 | 'Hostinger\\Reach\\Integrations\\ImportManager' => __DIR__ . '/../..' . '/src/Integrations/ImportManager.php', |
| 119 | 'Hostinger\\Reach\\Integrations\\Integration' => __DIR__ . '/../..' . '/src/Integrations/Integration.php', |
| 120 | 'Hostinger\\Reach\\Integrations\\IntegrationInterface' => __DIR__ . '/../..' . '/src/Integrations/IntegrationInterface.php', |
| 121 | 'Hostinger\\Reach\\Integrations\\IntegrationWithForms' => __DIR__ . '/../..' . '/src/Integrations/IntegrationWithForms.php', |
| 122 | 'Hostinger\\Reach\\Integrations\\NinjaForms\\NinjaFormsIntegration' => __DIR__ . '/../..' . '/src/Integrations/NinjaForms/NinjaFormsIntegration.php', |
| 123 | 'Hostinger\\Reach\\Integrations\\OptInMonster\\OptInMonsterIntegration' => __DIR__ . '/../..' . '/src/Integrations/OptInMonster/OptInMonsterIntegration.php', |
| 124 | 'Hostinger\\Reach\\Integrations\\PluginManager' => __DIR__ . '/../..' . '/src/Integrations/PluginManager.php', |
| 125 | 'Hostinger\\Reach\\Integrations\\Reach\\ReachFormIntegration' => __DIR__ . '/../..' . '/src/Integrations/Reach/ReachFormIntegration.php', |
| 126 | 'Hostinger\\Reach\\Integrations\\SureForms\\SureFormsIntegration' => __DIR__ . '/../..' . '/src/Integrations/SureForms/SureFormsIntegration.php', |
| 127 | 'Hostinger\\Reach\\Integrations\\ThriveLeads\\ThriveLeadsIntegration' => __DIR__ . '/../..' . '/src/Integrations/ThriveLeads/ThriveLeadsIntegration.php', |
| 128 | 'Hostinger\\Reach\\Integrations\\WPFormsLite\\WpFormsLiteIntegration' => __DIR__ . '/../..' . '/src/Integrations/WPFormsLite/WpFormsLiteIntegration.php', |
| 129 | 'Hostinger\\Reach\\Integrations\\WSForms\\WSFormsIntegration' => __DIR__ . '/../..' . '/src/Integrations/WSForms/WSFormsIntegration.php', |
| 130 | 'Hostinger\\Reach\\Integrations\\WooCommerce\\WooCommerceIntegration' => __DIR__ . '/../..' . '/src/Integrations/WooCommerce/WooCommerceIntegration.php', |
| 131 | 'Hostinger\\Reach\\Jobs\\AbandonedCartsJob' => __DIR__ . '/../..' . '/src/Jobs/AbandonedCartsJob.php', |
| 132 | 'Hostinger\\Reach\\Jobs\\AbstractBatchedJob' => __DIR__ . '/../..' . '/src/Jobs/AbstractBatchedJob.php', |
| 133 | 'Hostinger\\Reach\\Jobs\\AbstractJob' => __DIR__ . '/../..' . '/src/Jobs/AbstractJob.php', |
| 134 | 'Hostinger\\Reach\\Jobs\\ActionScheduler' => __DIR__ . '/../..' . '/src/Jobs/ActionScheduler.php', |
| 135 | 'Hostinger\\Reach\\Jobs\\CleanupCartsJob' => __DIR__ . '/../..' . '/src/Jobs/CleanupCartsJob.php', |
| 136 | 'Hostinger\\Reach\\Jobs\\ImportJob' => __DIR__ . '/../..' . '/src/Jobs/ImportJob.php', |
| 137 | 'Hostinger\\Reach\\Jobs\\JobInterface' => __DIR__ . '/../..' . '/src/Jobs/JobInterface.php', |
| 138 | 'Hostinger\\Reach\\Jobs\\RecurringJobInterface' => __DIR__ . '/../..' . '/src/Jobs/RecurringJobInterface.php', |
| 139 | 'Hostinger\\Reach\\Models\\Cart' => __DIR__ . '/../..' . '/src/Models/Cart.php', |
| 140 | 'Hostinger\\Reach\\Models\\ContactList' => __DIR__ . '/../..' . '/src/Models/ContactList.php', |
| 141 | 'Hostinger\\Reach\\Models\\Form' => __DIR__ . '/../..' . '/src/Models/Form.php', |
| 142 | 'Hostinger\\Reach\\Models\\Model' => __DIR__ . '/../..' . '/src/Models/Model.php', |
| 143 | 'Hostinger\\Reach\\Models\\PluginData' => __DIR__ . '/../..' . '/src/Models/PluginData.php', |
| 144 | 'Hostinger\\Reach\\Providers\\AmplitudeProvider' => __DIR__ . '/../..' . '/src/Providers/AmplitudeProvider.php', |
| 145 | 'Hostinger\\Reach\\Providers\\AssetsProvider' => __DIR__ . '/../..' . '/src/Providers/AssetsProvider.php', |
| 146 | 'Hostinger\\Reach\\Providers\\BlocksProvider' => __DIR__ . '/../..' . '/src/Providers/BlocksProvider.php', |
| 147 | 'Hostinger\\Reach\\Providers\\ClientProvider' => __DIR__ . '/../..' . '/src/Providers/ClientProvider.php', |
| 148 | 'Hostinger\\Reach\\Providers\\ContainerProvider' => __DIR__ . '/../..' . '/src/Providers/ContainerProvider.php', |
| 149 | 'Hostinger\\Reach\\Providers\\DatabaseProvider' => __DIR__ . '/../..' . '/src/Providers/DatabaseProvider.php', |
| 150 | 'Hostinger\\Reach\\Providers\\HostingRoutesProvider' => __DIR__ . '/../..' . '/src/Providers/HostingRoutesProvider.php', |
| 151 | 'Hostinger\\Reach\\Providers\\IntegrationsProvider' => __DIR__ . '/../..' . '/src/Providers/IntegrationsProvider.php', |
| 152 | 'Hostinger\\Reach\\Providers\\JobsProvider' => __DIR__ . '/../..' . '/src/Providers/JobsProvider.php', |
| 153 | 'Hostinger\\Reach\\Providers\\MenusProvider' => __DIR__ . '/../..' . '/src/Providers/MenusProvider.php', |
| 154 | 'Hostinger\\Reach\\Providers\\NoticesProvider' => __DIR__ . '/../..' . '/src/Providers/NoticesProvider.php', |
| 155 | 'Hostinger\\Reach\\Providers\\ProviderInterface' => __DIR__ . '/../..' . '/src/Providers/ProviderInterface.php', |
| 156 | 'Hostinger\\Reach\\Providers\\RedirectsProvider' => __DIR__ . '/../..' . '/src/Providers/RedirectsProvider.php', |
| 157 | 'Hostinger\\Reach\\Providers\\RoutesProvider' => __DIR__ . '/../..' . '/src/Providers/RoutesProvider.php', |
| 158 | 'Hostinger\\Reach\\Providers\\SurveysProvider' => __DIR__ . '/../..' . '/src/Providers/SurveysProvider.php', |
| 159 | 'Hostinger\\Reach\\Providers\\TrackingProvider' => __DIR__ . '/../..' . '/src/Providers/TrackingProvider.php', |
| 160 | 'Hostinger\\Reach\\Providers\\WebhooksProvider' => __DIR__ . '/../..' . '/src/Providers/WebhooksProvider.php', |
| 161 | 'Hostinger\\Reach\\Providers\\WpdbProvider' => __DIR__ . '/../..' . '/src/Providers/WpdbProvider.php', |
| 162 | 'Hostinger\\Reach\\Repositories\\CartRepository' => __DIR__ . '/../..' . '/src/Repositories/CartRepository.php', |
| 163 | 'Hostinger\\Reach\\Repositories\\ContactListRepository' => __DIR__ . '/../..' . '/src/Repositories/ContactListRepository.php', |
| 164 | 'Hostinger\\Reach\\Repositories\\FormRepository' => __DIR__ . '/../..' . '/src/Repositories/FormRepository.php', |
| 165 | 'Hostinger\\Reach\\Repositories\\Repository' => __DIR__ . '/../..' . '/src/Repositories/Repository.php', |
| 166 | 'Hostinger\\Reach\\Repositories\\RepositoryInterface' => __DIR__ . '/../..' . '/src/Repositories/RepositoryInterface.php', |
| 167 | 'Hostinger\\Reach\\Setup\\Activator' => __DIR__ . '/../..' . '/src/Setup/Activator.php', |
| 168 | 'Hostinger\\Reach\\Setup\\Assets' => __DIR__ . '/../..' . '/src/Setup/Assets.php', |
| 169 | 'Hostinger\\Reach\\Setup\\Blocks' => __DIR__ . '/../..' . '/src/Setup/Blocks.php', |
| 170 | 'Hostinger\\Reach\\Setup\\Database' => __DIR__ . '/../..' . '/src/Setup/Database.php', |
| 171 | 'Hostinger\\Reach\\Setup\\Encrypt' => __DIR__ . '/../..' . '/src/Setup/Encrypt.php', |
| 172 | 'Hostinger\\Reach\\Tracking\\AbandonedCarts' => __DIR__ . '/../..' . '/src/Tracking/AbandonedCarts.php', |
| 173 | 'Hostinger\\Surveys\\Ajax' => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src/Ajax.php', |
| 174 | 'Hostinger\\Surveys\\Assets' => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src/Assets.php', |
| 175 | 'Hostinger\\Surveys\\Loader' => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src/Loader.php', |
| 176 | 'Hostinger\\Surveys\\Rest' => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src/Rest.php', |
| 177 | 'Hostinger\\Surveys\\SurveyLoader' => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src/SurveyLoader.php', |
| 178 | 'Hostinger\\Surveys\\SurveyManager' => __DIR__ . '/..' . '/hostinger/hostinger-wp-surveys/src/SurveyManager.php', |
| 179 | 'Hostinger\\WpHelper\\Config' => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src/Config.php', |
| 180 | 'Hostinger\\WpHelper\\Constants' => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src/Constants.php', |
| 181 | 'Hostinger\\WpHelper\\Requests\\Client' => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src/Requests/Client.php', |
| 182 | 'Hostinger\\WpHelper\\Utils' => __DIR__ . '/..' . '/hostinger/hostinger-wp-helper/src/Utils.php', |
| 183 | 'Hostinger\\WpMenuManager\\Assets' => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src/Assets.php', |
| 184 | 'Hostinger\\WpMenuManager\\Manager' => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src/Manager.php', |
| 185 | 'Hostinger\\WpMenuManager\\Menus' => __DIR__ . '/..' . '/hostinger/hostinger-wp-menu-manager/src/Menus.php', |
| 186 | 'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php', |
| 187 | 'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php', |
| 188 | 'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php', |
| 189 | ); |
| 190 | |
| 191 | public static function getInitializer(ClassLoader $loader) |
| 192 | { |
| 193 | return \Closure::bind(function () use ($loader) { |
| 194 | $loader->prefixLengthsPsr4 = ComposerStaticInit03822c9d88cd8a52d0edb715f5cdf665::$prefixLengthsPsr4; |
| 195 | $loader->prefixDirsPsr4 = ComposerStaticInit03822c9d88cd8a52d0edb715f5cdf665::$prefixDirsPsr4; |
| 196 | $loader->classMap = ComposerStaticInit03822c9d88cd8a52d0edb715f5cdf665::$classMap; |
| 197 | |
| 198 | }, null, ClassLoader::class); |
| 199 | } |
| 200 | } |
| 201 |