| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_classmap.php @generated by Composer |
| 4 |
|
| 5 |
$vendorDir = dirname(__DIR__); |
| 6 |
$baseDir = dirname($vendorDir); |
| 7 |
|
| 8 |
return array( |
| 9 |
'Arraytics\\ToolsSdk\\Extension' => $vendorDir . '/arraytics/tools-sdk/src/Extension.php', |
| 10 |
'Arraytics\\ToolsSdk\\PluginManager' => $vendorDir . '/arraytics/tools-sdk/src/PluginManager.php', |
| 11 |
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 12 |
'Ens\\Assets\\Enqueue' => $vendorDir . '/themewinter/email-notification-sdk/src/Assets/Enqueue.php', |
| 13 |
'Ens\\Base\\ForwardCalls' => $vendorDir . '/themewinter/email-notification-sdk/src/Base/ForwardCalls.php', |
| 14 |
'Ens\\Base\\PostModel' => $vendorDir . '/themewinter/email-notification-sdk/src/Base/PostModel.php', |
| 15 |
'Ens\\Core\\SDK' => $vendorDir . '/themewinter/email-notification-sdk/src/Core/SDK.php', |
| 16 |
'Ens\\Email\\EmailSender' => $vendorDir . '/themewinter/email-notification-sdk/src/Email/EmailSender.php', |
| 17 |
'Ens\\Flow\\Flow' => $vendorDir . '/themewinter/email-notification-sdk/src/Flow/Flow.php', |
| 18 |
'Ens\\Flow\\FlowAPI' => $vendorDir . '/themewinter/email-notification-sdk/src/Flow/FlowAPI.php', |
| 19 |
'Ens\\Flow\\FlowCPT' => $vendorDir . '/themewinter/email-notification-sdk/src/Flow/FlowCPT.php', |
| 20 |
'Ens\\Flow\\FlowManager' => $vendorDir . '/themewinter/email-notification-sdk/src/Flow/FlowManager.php', |
| 21 |
'Ens\\Hook\\ActionListener' => $vendorDir . '/themewinter/email-notification-sdk/src/Hook/ActionListener.php', |
| 22 |
'Ens\\Utils\\Helpers' => $vendorDir . '/themewinter/email-notification-sdk/src/Utils/Helpers.php', |
| 23 |
'Ens\\Whatsapp\\MetaCloudProvider' => $vendorDir . '/themewinter/email-notification-sdk/src/Whatsapp/MetaCloudProvider.php', |
| 24 |
'Ens\\Whatsapp\\TemplatesAPI' => $vendorDir . '/themewinter/email-notification-sdk/src/Whatsapp/TemplatesAPI.php', |
| 25 |
'Ens\\Whatsapp\\WhatsappSender' => $vendorDir . '/themewinter/email-notification-sdk/src/Whatsapp/WhatsappSender.php', |
| 26 |
'UninstallerForm\\Api\\FeedbackController' => $vendorDir . '/themewinter/uninstaller_form/src/Api/FeedbackController.php', |
| 27 |
'UninstallerForm\\HookRegistrar' => $vendorDir . '/themewinter/uninstaller_form/src/HookRegistrar.php', |
| 28 |
'UninstallerForm\\Support\\Localizer' => $vendorDir . '/themewinter/uninstaller_form/src/Support/Localizer.php', |
| 29 |
'UninstallerForm\\UninstallerForm' => $vendorDir . '/themewinter/uninstaller_form/src/UninstallerForm.php', |
| 30 |
); |
| 31 |
|