mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
11 lines
290 B
PHP
11 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'),
|
|
);
|