Browse Source

Update SchoolsController.php

parent
commit
8252daf564
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/controllers/SchoolsController.php

+ 1
- 0
app/controllers/SchoolsController.php View File

@@ -421,6 +421,7 @@ class SchoolsController extends \BaseController
421 421
         //La linea negra de proposed.
422 422
 
423 423
         //
424
+        //
424 425
         $linea_undergrad = DB::table('target_outcomes_program')
425 426
             ->join('programs', 'programs.id', '=', 'target_outcomes_program.program_id')
426 427
             ->join('semesters', 'semesters.id', '=', 'target_outcomes_program.semester_id')