AM
Size: a a a
AM
AM
ИФ
ИФ
DS
D
D
DS
EG
TK
SK
SK
4
$assignment->sync([ 1 => [‘type_id’ => 2], … ]);
foreach ($assignment->scopes as $scope) {
$documents[] = $scope->documents()->wherePivot('type_id', $scope->scope_type_id)->get();
}
EG
$assignment->sync([ 1 => [‘type_id’ => 2], … ]);
foreach ($assignment->scopes as $scope) {
$documents[] = $scope->documents()->wherePivot('type_id', $scope->scope_type_id)->get();
}
4
4
🅱
EM
А
EM