This commit is contained in:
Pig Fang 2020-06-28 15:43:44 +08:00
parent aa4c34dd01
commit 9b6bf7ba7a
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -142,7 +142,6 @@ class HeadComposer
'site_name' => option_localized('site_name'),
'route' => request()->path(),
'i18n' => new \stdClass(),
'extra' => [],
];
$view->with('blessing', $blessing);
}