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')