mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-15 02:28:51 -05: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'),
|
|
);
|