refactor: rename packages → dossiers throughout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0b1f8c94b2
commit
8d808a87fe
4 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue