Skip to content

Commit

Permalink
Merge branch 'fix-types' of github.com:hydephp/develop into fix-types
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 31, 2022
2 parents 3a81e26 + fbf2aab commit d05033b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/framework/src/Models/NavigationMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public static function create(?RouteContract $currentRoute = null): static
return (new static())->generate()->filter()->sort();
}


/** @return $this */
public function generate(): static
{
Expand Down

0 comments on commit d05033b

Please sign in to comment.