|
@@ -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,
|