We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b00bc commit f847691Copy full SHA for f847691
packages/framework/src/Framework/Features/Navigation/NavigationItem.php
@@ -14,11 +14,6 @@
14
15
/**
16
* Abstraction for a navigation menu item. Used by the MainNavigationMenu and DocumentationSidebar classes.
17
- *
18
- * You have a few options to construct a navigation menu item:
19
- * 1. You can supply a Route directly and explicit properties to the constructor
20
- * 2. You can use NavigationItem::fromRoute() to use data from the route
21
- * 3. You can use NavigationItem::create() for an external or un-routed link
22
*/
23
class NavigationItem implements Stringable
24
{
0 commit comments