autoload_static.php
18.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit8e566f0bf6683952d7b82c55d821d9b0
{
public static $prefixLengthsPsr4 = array (
'l' =>
array (
'lucatume\\DI52\\' => 14,
),
'S' =>
array (
'StellarWP\\Validation\\' => 21,
'StellarWP\\Telemetry\\Views_Dir\\' => 30,
'StellarWP\\Telemetry\\Assets_Dir\\' => 31,
'StellarWP\\Telemetry\\' => 20,
'StellarWP\\Models\\' => 17,
'StellarWP\\FieldConditions\\' => 26,
'StellarWP\\DB\\' => 13,
'StellarWP\\ContainerContract\\' => 28,
),
'P' =>
array (
'Psr\\Container\\' => 14,
),
'L' =>
array (
'LearnDash\\Core\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'lucatume\\DI52\\' =>
array (
0 => __DIR__ . '/..' . '/lucatume/di52/src',
),
'StellarWP\\Validation\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/validation/src',
),
'StellarWP\\Telemetry\\Views_Dir\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/telemetry/src/views',
),
'StellarWP\\Telemetry\\Assets_Dir\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/telemetry/src/resources',
),
'StellarWP\\Telemetry\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/telemetry/src/Telemetry',
),
'StellarWP\\Models\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/models/src/Models',
),
'StellarWP\\FieldConditions\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/field-conditions/src',
),
'StellarWP\\DB\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/db/src/DB',
),
'StellarWP\\ContainerContract\\' =>
array (
0 => __DIR__ . '/..' . '/stellarwp/container-contract/src',
),
'Psr\\Container\\' =>
array (
0 => __DIR__ . '/..' . '/psr/container/src',
),
'LearnDash\\Core\\' =>
array (
0 => __DIR__ . '/../..' . '/src/Core',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'LearnDash\\Core\\App' => __DIR__ . '/../..' . '/src/Core/App.php',
'LearnDash\\Core\\Autoloader' => __DIR__ . '/../..' . '/src/Core/Autoloader.php',
'LearnDash\\Core\\Collections\\Collection' => __DIR__ . '/../..' . '/src/Core/Collections/Collection.php',
'LearnDash\\Core\\Container' => __DIR__ . '/../..' . '/src/Core/Container.php',
'LearnDash\\Core\\Factories\\Model' => __DIR__ . '/../..' . '/src/Core/Factories/Model.php',
'LearnDash\\Core\\Factories\\Step_Mapper_Factory' => __DIR__ . '/../..' . '/src/Core/Factories/Step_Mapper_Factory.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Mapper' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Mapper.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Content_Numbers' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Content_Numbers.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Enrolled_Students_Number' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Enrolled_Students_Number.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Enrollments_Progress' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Enrollments_Progress.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Latest_Enrollees' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Latest_Enrollees.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Latest_Transactions' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Latest_Transactions.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Lifetime_Sales' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Lifetime_Sales.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Course\\Widgets\\Students_Progress_Allocation' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Course/Widgets/Students_Progress_Allocation.php',
'LearnDash\\Core\\Mappers\\Dashboards\\Mapper' => __DIR__ . '/../..' . '/src/Core/Mappers/Dashboards/Mapper.php',
'LearnDash\\Core\\Mappers\\Steps\\Course' => __DIR__ . '/../..' . '/src/Core/Mappers/Steps/Course.php',
'LearnDash\\Core\\Mappers\\Steps\\Group' => __DIR__ . '/../..' . '/src/Core/Mappers/Steps/Group.php',
'LearnDash\\Core\\Mappers\\Steps\\Lesson' => __DIR__ . '/../..' . '/src/Core/Mappers/Steps/Lesson.php',
'LearnDash\\Core\\Mappers\\Steps\\Mapper' => __DIR__ . '/../..' . '/src/Core/Mappers/Steps/Mapper.php',
'LearnDash\\Core\\Mappers\\Steps\\Quiz' => __DIR__ . '/../..' . '/src/Core/Mappers/Steps/Quiz.php',
'LearnDash\\Core\\Mappers\\Steps\\Topic' => __DIR__ . '/../..' . '/src/Core/Mappers/Steps/Topic.php',
'LearnDash\\Core\\Models\\Course' => __DIR__ . '/../..' . '/src/Core/Models/Course.php',
'LearnDash\\Core\\Models\\Exam' => __DIR__ . '/../..' . '/src/Core/Models/Exam.php',
'LearnDash\\Core\\Models\\Group' => __DIR__ . '/../..' . '/src/Core/Models/Group.php',
'LearnDash\\Core\\Models\\Instructor' => __DIR__ . '/../..' . '/src/Core/Models/Instructor.php',
'LearnDash\\Core\\Models\\Interfaces\\Course_Step' => __DIR__ . '/../..' . '/src/Core/Models/Interfaces/Course_Step.php',
'LearnDash\\Core\\Models\\Interfaces\\Product' => __DIR__ . '/../..' . '/src/Core/Models/Interfaces/Product.php',
'LearnDash\\Core\\Models\\Lesson' => __DIR__ . '/../..' . '/src/Core/Models/Lesson.php',
'LearnDash\\Core\\Models\\Model' => __DIR__ . '/../..' . '/src/Core/Models/Model.php',
'LearnDash\\Core\\Models\\Post' => __DIR__ . '/../..' . '/src/Core/Models/Post.php',
'LearnDash\\Core\\Models\\Product' => __DIR__ . '/../..' . '/src/Core/Models/Product.php',
'LearnDash\\Core\\Models\\Quiz' => __DIR__ . '/../..' . '/src/Core/Models/Quiz.php',
'LearnDash\\Core\\Models\\Topic' => __DIR__ . '/../..' . '/src/Core/Models/Topic.php',
'LearnDash\\Core\\Models\\Traits\\Has_Course' => __DIR__ . '/../..' . '/src/Core/Models/Traits/Has_Course.php',
'LearnDash\\Core\\Models\\Traits\\Has_Lesson' => __DIR__ . '/../..' . '/src/Core/Models/Traits/Has_Lesson.php',
'LearnDash\\Core\\Models\\Traits\\Has_Materials' => __DIR__ . '/../..' . '/src/Core/Models/Traits/Has_Materials.php',
'LearnDash\\Core\\Models\\Traits\\Has_Quizzes' => __DIR__ . '/../..' . '/src/Core/Models/Traits/Has_Quizzes.php',
'LearnDash\\Core\\Models\\Traits\\Supports_Timer' => __DIR__ . '/../..' . '/src/Core/Models/Traits/Supports_Timer.php',
'LearnDash\\Core\\Models\\Traits\\Supports_Video_Progression' => __DIR__ . '/../..' . '/src/Core/Models/Traits/Supports_Video_Progression.php',
'LearnDash\\Core\\Models\\Transaction' => __DIR__ . '/../..' . '/src/Core/Models/Transaction.php',
'LearnDash\\Core\\Models\\User' => __DIR__ . '/../..' . '/src/Core/Models/User.php',
'LearnDash\\Core\\Modules\\AI\\Course_Outline' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Course_Outline.php',
'LearnDash\\Core\\Modules\\AI\\Provider' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Provider.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\DTO\\Answer' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/DTO/Answer.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\DTO\\Parsed_Response' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/DTO/Parsed_Response.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\DTO\\Process' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/DTO/Process.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\DTO\\Question' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/DTO/Question.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\DTO\\Quiz' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/DTO/Quiz.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\DTO\\Request' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/DTO/Request.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\Parser' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/Parser.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\Repository' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/Repository.php',
'LearnDash\\Core\\Modules\\AI\\Quiz_Creation\\View' => __DIR__ . '/../..' . '/src/Core/Modules/AI/Quiz_Creation/View.php',
'LearnDash\\Core\\Modules\\AJAX\\DTO\\Request\\Search_Posts' => __DIR__ . '/../..' . '/src/Core/Modules/AJAX/DTO/Request/Search_Posts.php',
'LearnDash\\Core\\Modules\\AJAX\\DTO\\Response\\Select2' => __DIR__ . '/../..' . '/src/Core/Modules/AJAX/DTO/Response/Select2.php',
'LearnDash\\Core\\Modules\\AJAX\\Provider' => __DIR__ . '/../..' . '/src/Core/Modules/AJAX/Provider.php',
'LearnDash\\Core\\Modules\\AJAX\\Request_Handler' => __DIR__ . '/../..' . '/src/Core/Modules/AJAX/Request_Handler.php',
'LearnDash\\Core\\Modules\\AJAX\\Search_Posts' => __DIR__ . '/../..' . '/src/Core/Modules/AJAX/Search_Posts.php',
'LearnDash\\Core\\Payments\\Provider' => __DIR__ . '/../..' . '/src/Core/Payments/Provider.php',
'LearnDash\\Core\\Payments\\Stripe\\Provider' => __DIR__ . '/../..' . '/src/Core/Payments/Stripe/Provider.php',
'LearnDash\\Core\\Payments\\Stripe\\Webhook_Setup_Validator' => __DIR__ . '/../..' . '/src/Core/Payments/Stripe/Webhook_Setup_Validator.php',
'LearnDash\\Core\\Provider' => __DIR__ . '/../..' . '/src/Core/Provider.php',
'LearnDash\\Core\\Services\\ChatGPT' => __DIR__ . '/../..' . '/src/Core/Services/ChatGPT.php',
'LearnDash\\Core\\Shortcodes\\Overrides\\Quiz' => __DIR__ . '/../..' . '/src/Core/Shortcodes/Overrides/Quiz.php',
'LearnDash\\Core\\Shortcodes\\Provider' => __DIR__ . '/../..' . '/src/Core/Shortcodes/Provider.php',
'LearnDash\\Core\\Template\\Admin_Views\\Dashboards\\Course' => __DIR__ . '/../..' . '/src/Core/Template/Admin_Views/Dashboards/Course.php',
'LearnDash\\Core\\Template\\Admin_Views\\Dashboards\\Dashboard' => __DIR__ . '/../..' . '/src/Core/Template/Admin_Views/Dashboards/Dashboard.php',
'LearnDash\\Core\\Template\\Admin_Views\\Dashboards\\Post' => __DIR__ . '/../..' . '/src/Core/Template/Admin_Views/Dashboards/Post.php',
'LearnDash\\Core\\Template\\Admin_Views\\View' => __DIR__ . '/../..' . '/src/Core/Template/Admin_Views/View.php',
'LearnDash\\Core\\Template\\Breadcrumbs\\Breadcrumb' => __DIR__ . '/../..' . '/src/Core/Template/Breadcrumbs/Breadcrumb.php',
'LearnDash\\Core\\Template\\Breadcrumbs\\Breadcrumbs' => __DIR__ . '/../..' . '/src/Core/Template/Breadcrumbs/Breadcrumbs.php',
'LearnDash\\Core\\Template\\Dashboards\\Sections\\Section' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Sections/Section.php',
'LearnDash\\Core\\Template\\Dashboards\\Sections\\Sections' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Sections/Sections.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Interfaces\\Requires_Post' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Interfaces/Requires_Post.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Traits\\Auto_View_Name' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Traits/Auto_View_Name.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Traits\\Supports_Post' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Traits/Supports_Post.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\DTO\\Values_Item' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/DTO/Values_Item.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\Money' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/Money.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\Transactions' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/Transactions.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\Users' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/Users.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\Value' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/Value.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\Value_Comparison' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/Value_Comparison.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Types\\Values' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Types/Values.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Widget' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Widget.php',
'LearnDash\\Core\\Template\\Dashboards\\Widgets\\Widgets' => __DIR__ . '/../..' . '/src/Core/Template/Dashboards/Widgets/Widgets.php',
'LearnDash\\Core\\Template\\Steps\\Loader' => __DIR__ . '/../..' . '/src/Core/Template/Steps/Loader.php',
'LearnDash\\Core\\Template\\Steps\\Step' => __DIR__ . '/../..' . '/src/Core/Template/Steps/Step.php',
'LearnDash\\Core\\Template\\Steps\\Steps' => __DIR__ . '/../..' . '/src/Core/Template/Steps/Steps.php',
'LearnDash\\Core\\Template\\Steps\\Walker' => __DIR__ . '/../..' . '/src/Core/Template/Steps/Walker.php',
'LearnDash\\Core\\Template\\Tabs\\Tab' => __DIR__ . '/../..' . '/src/Core/Template/Tabs/Tab.php',
'LearnDash\\Core\\Template\\Tabs\\Tabs' => __DIR__ . '/../..' . '/src/Core/Template/Tabs/Tabs.php',
'LearnDash\\Core\\Template\\Template' => __DIR__ . '/../..' . '/src/Core/Template/Template.php',
'LearnDash\\Core\\Template\\View' => __DIR__ . '/../..' . '/src/Core/Template/View.php',
'LearnDash\\Core\\Template\\Views\\Course' => __DIR__ . '/../..' . '/src/Core/Template/Views/Course.php',
'LearnDash\\Core\\Template\\Views\\Exam' => __DIR__ . '/../..' . '/src/Core/Template/Views/Exam.php',
'LearnDash\\Core\\Template\\Views\\Group' => __DIR__ . '/../..' . '/src/Core/Template/Views/Group.php',
'LearnDash\\Core\\Template\\Views\\Interfaces\\Has_Steps' => __DIR__ . '/../..' . '/src/Core/Template/Views/Interfaces/Has_Steps.php',
'LearnDash\\Core\\Template\\Views\\Lesson' => __DIR__ . '/../..' . '/src/Core/Template/Views/Lesson.php',
'LearnDash\\Core\\Template\\Views\\Quiz' => __DIR__ . '/../..' . '/src/Core/Template/Views/Quiz.php',
'LearnDash\\Core\\Template\\Views\\Topic' => __DIR__ . '/../..' . '/src/Core/Template/Views/Topic.php',
'LearnDash\\Core\\Template\\Views\\Traits\\Has_Steps' => __DIR__ . '/../..' . '/src/Core/Template/Views/Traits/Has_Steps.php',
'LearnDash\\Core\\Template\\Views\\Traits\\Supports_Steps_Context' => __DIR__ . '/../..' . '/src/Core/Template/Views/Traits/Supports_Steps_Context.php',
'LearnDash\\Core\\Template\\Views\\View' => __DIR__ . '/../..' . '/src/Core/Template/Views/View.php',
'LearnDash\\Core\\Themes\\Breezy' => __DIR__ . '/../..' . '/src/Core/Themes/Breezy.php',
'LearnDash\\Core\\Themes\\Provider' => __DIR__ . '/../..' . '/src/Core/Themes/Provider.php',
'LearnDash\\Core\\Traits\\Memoizable' => __DIR__ . '/../..' . '/src/Core/Traits/Memoizable.php',
'LearnDash\\Core\\Utilities\\Cast' => __DIR__ . '/../..' . '/src/Core/Utilities/Cast.php',
'LearnDash\\Core\\Utilities\\Sanitize' => __DIR__ . '/../..' . '/src/Core/Utilities/Sanitize.php',
'LearnDash\\Core\\Utilities\\Str' => __DIR__ . '/../..' . '/src/Core/Utilities/Str.php',
'LearnDash\\Core\\Validations\\Rules\\Restrict_Courses_In_Multiple_Groups_With_Start_Or_End_Date' => __DIR__ . '/../..' . '/src/Core/Validations/Rules/Restrict_Courses_In_Multiple_Groups_With_Start_Or_End_Date.php',
'LearnDash\\Core\\Validations\\Rules\\Restrict_Multiple_Course_Groups_With_Start_Or_End_Date' => __DIR__ . '/../..' . '/src/Core/Validations/Rules/Restrict_Multiple_Course_Groups_With_Start_Or_End_Date.php',
'LearnDash\\Core\\Validations\\Rules\\Restrict_Start_Or_End_Date_In_Groups_With_Course_In_Multiple_Groups' => __DIR__ . '/../..' . '/src/Core/Validations/Rules/Restrict_Start_Or_End_Date_In_Groups_With_Course_In_Multiple_Groups.php',
'LearnDash\\Core\\Validations\\Traits\\Groups_With_Start_Or_End_Date' => __DIR__ . '/../..' . '/src/Core/Validations/Traits/Groups_With_Start_Or_End_Date.php',
'LearnDash\\Core\\Validations\\Validators\\DTO\\Action' => __DIR__ . '/../..' . '/src/Core/Validations/Validators/DTO/Action.php',
'LearnDash\\Core\\Validations\\Validators\\Metaboxes\\Course_Groups' => __DIR__ . '/../..' . '/src/Core/Validations/Validators/Metaboxes/Course_Groups.php',
'LearnDash\\Core\\Validations\\Validators\\Metaboxes\\Group_Access_Settings' => __DIR__ . '/../..' . '/src/Core/Validations/Validators/Metaboxes/Group_Access_Settings.php',
'LearnDash\\Core\\Validations\\Validators\\Metaboxes\\Group_Courses' => __DIR__ . '/../..' . '/src/Core/Validations/Validators/Metaboxes/Group_Courses.php',
'LearnDash\\Core\\Validations\\Validators\\Metaboxes\\Group_Courses_Auto_Enroll' => __DIR__ . '/../..' . '/src/Core/Validations/Validators/Metaboxes/Group_Courses_Auto_Enroll.php',
'LearnDash\\Core\\Validations\\Validators\\Validator' => __DIR__ . '/../..' . '/src/Core/Validations/Validators/Validator.php',
'Psr\\Container\\ContainerExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerExceptionInterface.php',
'Psr\\Container\\ContainerInterface' => __DIR__ . '/..' . '/psr/container/src/ContainerInterface.php',
'Psr\\Container\\NotFoundExceptionInterface' => __DIR__ . '/..' . '/psr/container/src/NotFoundExceptionInterface.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit8e566f0bf6683952d7b82c55d821d9b0::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit8e566f0bf6683952d7b82c55d821d9b0::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit8e566f0bf6683952d7b82c55d821d9b0::$classMap;
}, null, ClassLoader::class);
}
}