Skip to content

Commit f847691

Browse files
committed
Remove outdated class documentation
1 parent 13b00bc commit f847691

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/framework/src/Framework/Features/Navigation/NavigationItem.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414

1515
/**
1616
* 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
2217
*/
2318
class NavigationItem implements Stringable
2419
{

0 commit comments

Comments
 (0)