Browse Source

aoushduoasd

parent
commit
f49bb4c97c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/models/Course.php

+ 1
- 0
app/models/Course.php View File

56
       ->where('typ_semester_courses.id', $typ_semester_course_id);
56
       ->where('typ_semester_courses.id', $typ_semester_course_id);
57
   }
57
   }
58
 
58
 
59
+
59
   public static function getFutureTypSemesterCourses($typ_semester_course_id, $program_id)
60
   public static function getFutureTypSemesterCourses($typ_semester_course_id, $program_id)
60
   {
61
   {
61
     $typ_info = DB::table('typ_semester_outcome')
62
     $typ_info = DB::table('typ_semester_outcome')