Explorar o código

add sign_up_start_at

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
5e121d32d7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      app/Models/Course.php

+ 3 - 1
app/Models/Course.php

@@ -18,7 +18,9 @@ class Course extends Model
         'created_at',
         'updated_at',
         'start_at',
-        'end_at'
+        'end_at',
+        'sign_up_start_at',
+        'sign_up_end_at',
     ];
 
 }