فهرست منبع

支持 报名时间

visuddhinanda 1 سال پیش
والد
کامیت
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,