<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'WPLEClient\\Exceptions\\LEAccountException' => $baseDir . '/lib/Exceptions/LEAccountException.php',
'WPLEClient\\Exceptions\\LEAuthorizationException' => $baseDir . '/lib/Exceptions/LEAuthorizationException.php',
'WPLEClient\\Exceptions\\LEClientException' => $baseDir . '/lib/Exceptions/LEClientException.php',
'WPLEClient\\Exceptions\\LEConnectorException' => $baseDir . '/lib/Exceptions/LEConnectorException.php',
'WPLEClient\\Exceptions\\LEException' => $baseDir . '/lib/Exceptions/LEException.php',
'WPLEClient\\Exceptions\\LEFunctionsException' => $baseDir . '/lib/Exceptions/LEFunctionsException.php',
'WPLEClient\\Exceptions\\LEOrderException' => $baseDir . '/lib/Exceptions/LEOrderException.php',
'WPLEClient\\LEAccount' => $baseDir . '/lib/LEAccount.php',
'WPLEClient\\LEAuthorization' => $baseDir . '/lib/LEAuthorization.php',
'WPLEClient\\LEClient' => $baseDir . '/lib/LEClient.php',
'WPLEClient\\LEConnector' => $baseDir . '/lib/LEConnector.php',
'WPLEClient\\LEFunctions' => $baseDir . '/lib/LEFunctions.php',
'WPLEClient\\LEOrder' => $baseDir . '/lib/LEOrder.php',
);