Gabriel Santiago Plaza преди 2 години
родител
ревизия
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')