mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-07 14:35:20 +08:00
11 lines
200 B
PHP
11 lines
200 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_psr4.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'WPChina\\WPChinaYes\\' => array($baseDir . '/src'),
|
||
|
);
|