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