- 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!