Skip to content

Commit e2ec80d

Browse files
committed
Remove nullable type from route property
I don't think this is used anymore
1 parent 50180ce commit e2ec80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class NavigationItem implements NavigationElement, Stringable
2525
{
26-
protected ?Route $route;
26+
protected Route $route;
2727
protected string $label;
2828
protected int $priority;
2929

0 commit comments

Comments
 (0)