改名
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ if (!function_exists('instance_load')) {
|
||||
|
||||
function instance_load()
|
||||
{
|
||||
$content = json_decode(file_get_contents(__DIR__ . '/../composer.json'), true);
|
||||
$content = json_decode(file_get_contents(__DIR__ . '/composer.json'), true);
|
||||
if (isset($content['autoload']) && isset($content['autoload']['psr-4'])) {
|
||||
$psr4 = $content['autoload']['psr-4'];
|
||||
foreach ($psr4 as $namespace => $dirname) {
|
||||
|
||||
Reference in New Issue
Block a user