<?php

// autoload_classmap.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

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