prodV1 #2

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

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();