See the code for SiteApplication::getPathway()
, it calls parent method with arguments but parent method doesn't have arguments.
public function getPathway($name = 'site', $options = [])
{
return parent::getPathway($name, $options);
}
No arguments or arguments applied
No arguments are applied.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Feature
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-04-27 13:05:41 |
Closed_By | ⇒ | rdeutz |
I think we can just remove
getPathway
method fromSiteApplication
. It does nothing different from it's parent but causes this confusing.