Explorar el Código

add sign_up_start_at

visuddhinanda hace 2 años
padre
commit
5e121d32d7
Se han modificado 1 ficheros con 3 adiciones y 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',
     ];
 
 }