- Issue created by @dpagini
- 🇮🇳India sarwan_verma
Hi,
I tried this code, and the issue has been resolved .
public function access(SectionStorageInterface $section_storage = null, AccountInterface $account, Route $route) {
if ($section_storage === null) {
return AccessResult::forbidden();
}Thanks!
- 🇺🇸United States jastraat
Looks like this is a duplicate of 🐛 Access check problems on add_to_template link Needs review