mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 10:32:48 +08:00
增加数据库迁移打包
This commit is contained in:
@@ -40,7 +40,7 @@ class DebugMysql implements LogHandlerInterface
|
||||
$dirname = dirname($log_path);
|
||||
|
||||
if (!is_dir($dirname)) {
|
||||
mkdir($log_path, 0777, true);
|
||||
mkdir($dirname, 0777, true);
|
||||
}
|
||||
|
||||
$first_line = false;
|
||||
|
||||
Reference in New Issue
Block a user