mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-17 13:08:16 -04:00
12 lines
247 B
PHP
12 lines
247 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
|
'ML\\IRI' => array($vendorDir . '/ml/iri'),
|
|
);
|