| @@ -29,46 +29,8 @@ | ||
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | 31 | public static $classMap = array ( |
| 32 | 32 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 33 | - 'PriyoMukul\\WPNotice\\Dismiss' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Dismiss.php', | |
| 34 | - 'PriyoMukul\\WPNotice\\Notice' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Notice.php', | |
| 35 | - 'PriyoMukul\\WPNotice\\Notices' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Notices.php', | |
| 36 | - 'PriyoMukul\\WPNotice\\Utils\\Base' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/Base.php', | |
| 37 | - 'PriyoMukul\\WPNotice\\Utils\\CacheBank' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/CacheBank.php', | |
| 38 | - 'PriyoMukul\\WPNotice\\Utils\\Helper' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/Helper.php', | |
| 39 | - 'PriyoMukul\\WPNotice\\Utils\\NoticeRemover' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/NoticeRemover.php', | |
| 40 | - 'PriyoMukul\\WPNotice\\Utils\\Storage' => __DIR__ . '/..' . '/priyomukul/wp-notice/src/Utils/Storage.php', | |
| 41 | - 'Templately\\API\\API' => __DIR__ . '/../..' . '/includes/API/API.php', | |
| 42 | - 'Templately\\API\\Categories' => __DIR__ . '/../..' . '/includes/API/Categories.php', | |
| 43 | - 'Templately\\API\\Dependencies' => __DIR__ . '/../..' . '/includes/API/Dependencies.php', | |
| 44 | - 'Templately\\API\\Import' => __DIR__ . '/../..' . '/includes/API/Import.php', | |
| 45 | - 'Templately\\API\\Items' => __DIR__ . '/../..' . '/includes/API/Items.php', | |
| 46 | - 'Templately\\API\\Login' => __DIR__ . '/../..' . '/includes/API/Login.php', | |
| 47 | - 'Templately\\API\\MyClouds' => __DIR__ . '/../..' . '/includes/API/MyClouds.php', | |
| 48 | - 'Templately\\API\\Profile' => __DIR__ . '/../..' . '/includes/API/Profile.php', | |
| 49 | - 'Templately\\API\\SavedTemplates' => __DIR__ . '/../..' . '/includes/API/SavedTemplates.php', | |
| 50 | - 'Templately\\API\\SignUp' => __DIR__ . '/../..' . '/includes/API/SignUp.php', | |
| 51 | - 'Templately\\API\\Tags' => __DIR__ . '/../..' . '/includes/API/Tags.php', | |
| 52 | - 'Templately\\API\\TemplateTypes' => __DIR__ . '/../..' . '/includes/API/TemplateTypes.php', | |
| 53 | - 'Templately\\API\\WorkSpaces' => __DIR__ . '/../..' . '/includes/API/WorkSpaces.php', | |
| 54 | - 'Templately\\Core\\Admin' => __DIR__ . '/../..' . '/includes/Core/Admin.php', | |
| 55 | - 'Templately\\Core\\Importer\\Elementor' => __DIR__ . '/../..' . '/includes/Core/Importer/Elementor.php', | |
| 56 | - 'Templately\\Core\\Maintenance' => __DIR__ . '/../..' . '/includes/Core/Maintenance.php', | |
| 57 | - 'Templately\\Core\\Migrator' => __DIR__ . '/../..' . '/includes/Core/Migrator.php', | |
| 58 | - 'Templately\\Core\\Module' => __DIR__ . '/../..' . '/includes/Core/Module.php', | |
| 59 | - 'Templately\\Core\\Platform' => __DIR__ . '/../..' . '/includes/Core/Platform.php', | |
| 60 | - 'Templately\\Core\\Platform\\Elementor' => __DIR__ . '/../..' . '/includes/Core/Platform/Elementor.php', | |
| 61 | - 'Templately\\Core\\Platform\\Gutenberg' => __DIR__ . '/../..' . '/includes/Core/Platform/Gutenberg.php', | |
| 62 | - 'Templately\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php', | |
| 63 | - 'Templately\\Utils\\Base' => __DIR__ . '/../..' . '/includes/Utils/Base.php', | |
| 64 | - 'Templately\\Utils\\Database' => __DIR__ . '/../..' . '/includes/Utils/Database.php', | |
| 65 | - 'Templately\\Utils\\Enqueue' => __DIR__ . '/../..' . '/includes/Utils/Enqueue.php', | |
| 66 | - 'Templately\\Utils\\Helper' => __DIR__ . '/../..' . '/includes/Utils/Helper.php', | |
| 67 | - 'Templately\\Utils\\Http' => __DIR__ . '/../..' . '/includes/Utils/Http.php', | |
| 68 | - 'Templately\\Utils\\Installer' => __DIR__ . '/../..' . '/includes/Utils/Installer.php', | |
| 69 | - 'Templately\\Utils\\Options' => __DIR__ . '/../..' . '/includes/Utils/Options.php', | |
| 70 | - 'Templately\\Utils\\Plan' => __DIR__ . '/../..' . '/includes/Utils/Plan.php', | |
| 71 | 33 | ); |
| 72 | 34 | |
| 73 | 35 | public static function getInitializer(ClassLoader $loader) |
| 74 | 36 | { |