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,