mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 18:40:52 +08:00
log: 修改日志导出结果路径提示为绝对路径
This commit is contained in:
@@ -47,6 +47,6 @@ class ExportV2Log extends Command
|
||||
}
|
||||
|
||||
fclose($handle);
|
||||
$this->info("Logs exported to $fileName");
|
||||
$this->info("日志成功导出到: ". storage_path("logs/$fileName"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user