<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit3fb00a073b6de24f3ab55173ba437fa3
{
    public static $classMap = array (
        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
        'WPML\\Nav\\Application\\Filter\\FilterInterface' => __DIR__ . '/../..' . '/app/Application/Filter/FilterInterface.php',
        'WPML\\Nav\\Application\\Filter\\SidebarSectionsFilterInterface' => __DIR__ . '/../..' . '/app/Application/Filter/SidebarSectionsFilterInterface.php',
        'WPML\\Nav\\Application\\NavigationCache' => __DIR__ . '/../..' . '/app/Application/NavigationCache.php',
        'WPML\\Nav\\Application\\PageNaviagtion' => __DIR__ . '/../..' . '/app/Application/PageNavigation.php',
        'WPML\\Nav\\Application\\Repository\\CacheRepositoryInterface' => __DIR__ . '/../..' . '/app/Application/Repository/CacheRepositoryInterface.php',
        'WPML\\Nav\\Application\\Repository\\NavigationRepositoryInterface' => __DIR__ . '/../..' . '/app/Application/Repository/NavigationRepositoryInterface.php',
        'WPML\\Nav\\Application\\Repository\\PostRepositoryInterface' => __DIR__ . '/../..' . '/app/Application/Repository/PostRepositoryInterface.php',
        'WPML\\Nav\\Application\\Repository\\SettingsRepositoryInterface' => __DIR__ . '/../..' . '/app/Application/Repository/SettingsRepositoryInterface.php',
        'WPML\\Nav\\Application\\Repository\\TranslationRepositoryInterface' => __DIR__ . '/../..' . '/app/Application/Repository/TranslationRepositoryInterface.php',
        'WPML\\Nav\\Domain\\Navigation\\Item' => __DIR__ . '/../..' . '/app/Domain/Navigation/Item.php',
        'WPML\\Nav\\Domain\\Navigation\\Section' => __DIR__ . '/../..' . '/app/Domain/Navigation/Section.php',
        'WPML\\Nav\\Domain\\Navigation\\Sidebar' => __DIR__ . '/../..' . '/app/Domain/Navigation/Sidebar.php',
        'WPML\\Nav\\Domain\\Post' => __DIR__ . '/../..' . '/app/Domain/Post.php',
        'WPML\\Nav\\Domain\\Settings' => __DIR__ . '/../..' . '/app/Domain/Settings.php',
        'WPML\\Nav\\Infrastructure\\Adapter\\Request' => __DIR__ . '/../..' . '/app/Infrastructure/Adapter/Request.php',
        'WPML\\Nav\\Infrastructure\\Adapter\\WPML\\Settings' => __DIR__ . '/../..' . '/app/Infrastructure/Adapter/WPML/Settings.php',
        'WPML\\Nav\\Infrastructure\\Adapter\\WPML\\Translation' => __DIR__ . '/../..' . '/app/Infrastructure/Adapter/WPML/Translation.php',
        'WPML\\Nav\\Infrastructure\\Adapter\\WP\\Hooks' => __DIR__ . '/../..' . '/app/Infrastructure/Adapter/WP/Hooks.php',
        'WPML\\Nav\\Infrastructure\\Adapter\\WP\\PostRepository' => __DIR__ . '/../..' . '/app/Infrastructure/Adapter/WP/PostRepository.php',
        'WPML\\Nav\\Infrastructure\\Filter\\SidebarSectionsFilter' => __DIR__ . '/../..' . '/app/Infrastructure/Filter/SidebarSectionsFilter.php',
        'WPML\\Nav\\Infrastructure\\Repository\\CacheRepository' => __DIR__ . '/../..' . '/app/Infrastructure/Repository/CacheRepository.php',
        'WPML\\Nav\\Infrastructure\\Repository\\NavigationRepository' => __DIR__ . '/../..' . '/app/Infrastructure/Repository/NavigationRepository.php',
        'WPML\\Nav\\Infrastructure\\Repository\\PostRepository' => __DIR__ . '/../..' . '/app/Infrastructure/Repository/PostRepository.php',
        'WPML\\Nav\\Infrastructure\\Repository\\SettingsRepository' => __DIR__ . '/../..' . '/app/Infrastructure/Repository/SettingsRepository.php',
        'WPML\\Nav\\Infrastructure\\Repository\\TranslationRepository' => __DIR__ . '/../..' . '/app/Infrastructure/Repository/TranslationRepository.php',
        'WPML\\Nav\\Presentation\\App' => __DIR__ . '/../..' . '/app/Presentation/App.php',
        'WPML\\Nav\\Presentation\\Controller\\AbstractController' => __DIR__ . '/../..' . '/app/Presentation/Controller/AbstractController.php',
        'WPML\\Nav\\Presentation\\Controller\\ControllerInterface' => __DIR__ . '/../..' . '/app/Presentation/Controller/ControllerInterface.php',
        'WPML\\Nav\\Presentation\\Controller\\PageNavigationController' => __DIR__ . '/../..' . '/app/Presentation/Controller/PageNavigationController.php',
        'WPML\\Nav\\Presentation\\Controller\\RequestInterface' => __DIR__ . '/../..' . '/app/Presentation/Controller/RequestInterface.php',
        'WPML\\Nav\\Presentation\\Widget\\NavigationWidget' => __DIR__ . '/../..' . '/app/Presentation/Widget/NavigationWidget.php',
        'WPML_CMS_Nav_Pages' => __DIR__ . '/../..' . '/inc/class-wpml-cms-nav-pages.php',
        'WPML_CMS_Navigation' => __DIR__ . '/../..' . '/inc/cms-navigation.class.php',
        'WPML_Cache_Directory' => __DIR__ . '/..' . '/wpml-shared/wpml-lib-cache/src/cache/class-wpml-cache-directory.php',
        'WPML_Core_Version_Check' => __DIR__ . '/..' . '/wpml-shared/wpml-lib-dependencies/src/dependencies/class-wpml-core-version-check.php',
        'WPML_Dependencies' => __DIR__ . '/..' . '/wpml-shared/wpml-lib-dependencies/src/dependencies/class-wpml-dependencies.php',
        'WPML_PHP_Version_Check' => __DIR__ . '/..' . '/wpml-shared/wpml-lib-dependencies/src/dependencies/class-wpml-php-version-check.php',
        'wpml_cms_nav_cache' => __DIR__ . '/../..' . '/inc/cache.class.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->classMap = ComposerStaticInit3fb00a073b6de24f3ab55173ba437fa3::$classMap;

        }, null, ClassLoader::class);
    }
}
