mead 1 mese fa
parent
commit
33f05ebd23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,