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 78ff7d2 commit 26cd0bfCopy full SHA for 26cd0bf
packages/framework/src/Framework/Features/Navigation/NavigationItem.php
@@ -98,7 +98,7 @@ public function isActive(): bool
98
return Hyde::currentRoute()?->getLink() === $this->getLink();
99
}
100
101
- /** @return array{Route|string, string, int} */
+ /** @return array{\Hyde\Support\Models\Route|string, string, int} */
102
protected static function make(Route|string $destination, ?string $label = null, ?int $priority = null): array
103
{
104
// Automatically resolve the destination if it's a route key.
0 commit comments