12 lines
290 B
PHP
12 lines
290 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Google_Service_' => array($vendorDir . '/google/apiclient-services/src'),
|
|
'Google_' => array($vendorDir . '/google/apiclient/src'),
|
|
);
|