mirror of
https://github.com/friendica/friendica
synced 2024-11-19 09:03:42 +00:00
53c5af0676
- Classmaps updated
12 lines
348 B
PHP
12 lines
348 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Michelf\\' => array($vendorDir . '/michelf/php-markdown/Michelf'),
|
|
'League\\HTMLToMarkdown\\' => array($vendorDir . '/league/html-to-markdown/src'),
|
|
'Friendica\\' => array($baseDir . '/src'),
|
|
);
|