mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 22:50:07 +01:00
12 lines
350 B
PHP
12 lines
350 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
|
'Highlight\\' => array($vendorDir . '/scrivo/highlight.php'),
|
|
'HighlightUtilities\\' => array($vendorDir . '/scrivo/highlight.php'),
|
|
);
|