| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInitcb772dab4f3fb52c4dc75cd9e30c021b |
| 8 |
{ |
| 9 |
public static $files = array ( |
| 10 |
'65bd208c04f25e98cf12b5c37b014f1e' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Utils/global-helpers.php', |
| 11 |
); |
| 12 |
|
| 13 |
public static $prefixLengthsPsr4 = array ( |
| 14 |
'U' => |
| 15 |
array ( |
| 16 |
'UninstallerForm\\' => 16, |
| 17 |
), |
| 18 |
'E' => |
| 19 |
array ( |
| 20 |
'Ens\\' => 4, |
| 21 |
), |
| 22 |
'A' => |
| 23 |
array ( |
| 24 |
'Arraytics\\ToolsSdk\\' => 19, |
| 25 |
), |
| 26 |
); |
| 27 |
|
| 28 |
public static $prefixDirsPsr4 = array ( |
| 29 |
'UninstallerForm\\' => |
| 30 |
array ( |
| 31 |
0 => __DIR__ . '/..' . '/themewinter/uninstaller_form/src', |
| 32 |
), |
| 33 |
'Ens\\' => |
| 34 |
array ( |
| 35 |
0 => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src', |
| 36 |
), |
| 37 |
'Arraytics\\ToolsSdk\\' => |
| 38 |
array ( |
| 39 |
0 => __DIR__ . '/..' . '/arraytics/tools-sdk/src', |
| 40 |
), |
| 41 |
); |
| 42 |
|
| 43 |
public static $classMap = array ( |
| 44 |
'Arraytics\\ToolsSdk\\Extension' => __DIR__ . '/..' . '/arraytics/tools-sdk/src/Extension.php', |
| 45 |
'Arraytics\\ToolsSdk\\PluginManager' => __DIR__ . '/..' . '/arraytics/tools-sdk/src/PluginManager.php', |
| 46 |
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 47 |
'Ens\\Assets\\Enqueue' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Assets/Enqueue.php', |
| 48 |
'Ens\\Base\\ForwardCalls' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Base/ForwardCalls.php', |
| 49 |
'Ens\\Base\\PostModel' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Base/PostModel.php', |
| 50 |
'Ens\\Core\\SDK' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Core/SDK.php', |
| 51 |
'Ens\\Email\\EmailSender' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Email/EmailSender.php', |
| 52 |
'Ens\\Flow\\Flow' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/Flow.php', |
| 53 |
'Ens\\Flow\\FlowAPI' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/FlowAPI.php', |
| 54 |
'Ens\\Flow\\FlowCPT' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/FlowCPT.php', |
| 55 |
'Ens\\Flow\\FlowManager' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Flow/FlowManager.php', |
| 56 |
'Ens\\Hook\\ActionListener' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Hook/ActionListener.php', |
| 57 |
'Ens\\Utils\\Helpers' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Utils/Helpers.php', |
| 58 |
'Ens\\Whatsapp\\MetaCloudProvider' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Whatsapp/MetaCloudProvider.php', |
| 59 |
'Ens\\Whatsapp\\TemplatesAPI' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Whatsapp/TemplatesAPI.php', |
| 60 |
'Ens\\Whatsapp\\WhatsappSender' => __DIR__ . '/..' . '/themewinter/email-notification-sdk/src/Whatsapp/WhatsappSender.php', |
| 61 |
'UninstallerForm\\Api\\FeedbackController' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/Api/FeedbackController.php', |
| 62 |
'UninstallerForm\\HookRegistrar' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/HookRegistrar.php', |
| 63 |
'UninstallerForm\\Support\\Localizer' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/Support/Localizer.php', |
| 64 |
'UninstallerForm\\UninstallerForm' => __DIR__ . '/..' . '/themewinter/uninstaller_form/src/UninstallerForm.php', |
| 65 |
); |
| 66 |
|
| 67 |
public static function getInitializer(ClassLoader $loader) |
| 68 |
{ |
| 69 |
return \Closure::bind(function () use ($loader) { |
| 70 |
$loader->prefixLengthsPsr4 = ComposerStaticInitcb772dab4f3fb52c4dc75cd9e30c021b::$prefixLengthsPsr4; |
| 71 |
$loader->prefixDirsPsr4 = ComposerStaticInitcb772dab4f3fb52c4dc75cd9e30c021b::$prefixDirsPsr4; |
| 72 |
$loader->classMap = ComposerStaticInitcb772dab4f3fb52c4dc75cd9e30c021b::$classMap; |
| 73 |
|
| 74 |
}, null, ClassLoader::class); |
| 75 |
} |
| 76 |
} |
| 77 |
|