Explorar el Código

支持 报名时间

visuddhinanda hace 2 años
padre
commit
e7d79eaf59
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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,