mead 1 сар өмнө
parent
commit
33f05ebd23

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