refactor: rename packages → dossiers throughout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-27 11:27:10 +01:00
parent 0b1f8c94b2
commit 8d808a87fe
4 changed files with 8 additions and 8 deletions

View file

@ -391,7 +391,7 @@ if ($relatedInvestigations->isEmpty()) {
<?php
// Récupérer le dossier associé à cette investigation (reverse lookup via linkedContent)
$packagesParent = site()->find('packages');
$packagesParent = site()->find('dossiers');
$package = $packagesParent
? $packagesParent->children()->listed()->filter(fn($p) => $p->linkedContent()->toPages()->has($page))->first()
: null;