1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-22 11:41:27 +08:00

修复计划任务生成sitemap.xml失败问题

This commit is contained in:
xiaochong0302 2020-12-25 12:16:02 +08:00
parent 27d90d372c
commit d2cf6e7bac
2 changed files with 1 additions and 10332 deletions

View File

@ -31,7 +31,7 @@ class SitemapTask extends Task
$this->sitemap = new Sitemap();
$filename = public_path('sitemap.xml');
$filename = tmp_path('sitemap.xml');
$this->addIndex();
$this->addCourses();

File diff suppressed because it is too large Load Diff