mirror of
https://gitee.com/likeadmin/likeadmin_php_saas.git
synced 2026-09-06 14:59:19 +08:00
12 lines
252 B
PHP
12 lines
252 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
'' => array($baseDir . '/extend'),
|
|
);
|