Removed deprecated manual merges of default site controller data with specific controller data
This commit is contained in:
parent
0fefc5e2e1
commit
7bc8cd51c0
3 changed files with 11 additions and 23 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue