visuddhinanda 1 год назад
Родитель
Сommit
e7d79eaf59
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      app/Http/Resources/CourseResource.php

+ 2 - 0
app/Http/Resources/CourseResource.php

@@ -35,6 +35,8 @@ class CourseResource extends JsonResource
             "publicity"=> $this->publicity,
             "start_at"=> $this->start_at,
             "end_at"=> $this->end_at,
+            "sign_up_start_at"=> $this->sign_up_start_at,
+            "sign_up_end_at"=> $this->sign_up_end_at,
             "content"=> $this->content,
             "content_type"=> $this->content_type,
             "cover"=> $this->cover,