@@ -194,7 +194,7 @@ class InitCourseCommand extends Command
// dd(1);
- $courses = [13, 14];
+ $courses = [12, 13];
foreach ($courses as $i) {
$t = Video::query()->where('course_id', $i)->count();
$this->line("total:{$t}");