prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 0 additions and 1 deletions
Showing only changes of commit bb262c66f4 - Show all commits

View File

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