forked from aslan/applicant-site
fix groupedDirections array to main page - add branches
This commit is contained in:
parent
09f4ed38f8
commit
bb262c66f4
|
@ -99,7 +99,6 @@ class PageController extends Controller
|
|||
|
||||
if ($direction['educational_institution_id'] == 3) {
|
||||
$branches[] = $direction;
|
||||
return $acc;
|
||||
}
|
||||
$acc[] = $direction;
|
||||
return $acc;
|
||||
|
|
Loading…
Reference in New Issue