2017-05-04 00:05:35 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
|
|
|
|
return array(
|
2019-09-29 02:00:04 +08:00
|
|
|
'OAuth2' => array($vendorDir . '/bshaffer/oauth2-server-php/src'),
|
2017-05-04 00:05:35 +08:00
|
|
|
);
|