mead 1 月之前
父節點
當前提交
33f05ebd23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Console/Commands/TestCommand.php

+ 1 - 1
app/Console/Commands/TestCommand.php

@@ -88,7 +88,7 @@ class TestCommand extends Command
             Video::query()->updateOrCreate([
                 'course_id' => $course->id,
                 'title' => $video_name,
-                'url' => $video_name,
+                'url' => $resource->id,
                 'short_description' => $video_name,
                 'description' => $video_name,
                 'published_at' => $time,