소스 검색

aoushduoasd

부모
커밋
f49bb4c97c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      app/models/Course.php

+ 1
- 0
app/models/Course.php 파일 보기

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