mead 2 mesiacov pred
rodič
commit
e4a9315bb1

+ 1 - 1
app/Console/Commands/InitCourseCommand.php

@@ -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}");