Removed deprecated manual merges of default site controller data with specific controller data

This commit is contained in:
Paul Nicoué 2025-07-11 14:55:58 +02:00
parent 0fefc5e2e1
commit 7bc8cd51c0
3 changed files with 11 additions and 23 deletions

View file

@ -6,7 +6,7 @@ return function ($site) {
$logoHref = $site->url();
$logoAriaLabel = "Go to {$site->title()}'s home page";
// Return data
// Return general site controller data (merged by default with data from specific controllers)
return compact(
'logoAriaLabel',
'logoHref',