Update database.php

This commit is contained in:
Anyon 2020-01-04 15:14:42 +08:00
parent bc19657d2f
commit 64ef84fd29

View File

@ -58,7 +58,7 @@ return [
// 是否需要断线重连
'break_reconnect' => false,
// 字段缓存路径
'schema_cache_path' => app()->getRuntimePath() . 'schema' . DIRECTORY_SEPARATOR,
'schema_cache_path' => app()->getRootPath() . 'runtime' . DIRECTORY_SEPARATOR . 'schema' . DIRECTORY_SEPARATOR,
],
],
];