fix new logic to calculator with required and optional subjects
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Successful in 1m48s Details
Tests & Lint & Deploy to Railway / deploy (push) Successful in 32s Details

This commit is contained in:
aslan 2024-03-18 09:49:38 +03:00
parent 1bd362180e
commit 077eda117f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class CalculatorController extends Controller
return $optionalSubjectsInCalculator->count() !== 0;
})->map(fn ($subjectTypes, $directionId) => $directionId)
;
dd($result);
// dd($result);
$directions = Direction::whereIn('id', $result)->get();