mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-02-09 11:08:51 +00:00
11 lines
221 B
PHP
11 lines
221 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_namespaces.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'Cmfcmf\\' => array($vendorDir . '/cmfcmf/openweathermap-php-api'),
|
||
|
);
|