Версия 0.4.0 #7

Merged
kor-elf merged 13 commits from develop into main 2025-02-15 00:07:48 +05:00
Showing only changes of commit 8b35a5691f - Show all commits

View File

@ -19,7 +19,6 @@ final readonly class ProjectTranslationServiceHashRepository
$query = ProjectTranslationServiceHash::query()
->where('morph_type', $morph)
->where('morph_id', $morphId)
->whereIn('language_id', $languages)
->when($languages, function (Builder $query) use ($languages) {
$query->whereIn('language_id', $languages);
})