fix groupedDirections array to main page - add branches

This commit is contained in:
aslan 2024-03-21 15:12:12 +03:00
parent 09f4ed38f8
commit bb262c66f4
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class PageController extends Controller
if ($direction['educational_institution_id'] == 3) {
$branches[] = $direction;
return $acc;
}
$acc[] = $direction;
return $acc;