Skip to content

Commit

Permalink
fix: Refactor route type generation to handle duplicate route names a…
Browse files Browse the repository at this point in the history
…nd missing route names (#40)
  • Loading branch information
7nohe authored Jul 22, 2024
1 parent 8b7281b commit 3ce1baf
Show file tree
Hide file tree
Showing 3 changed files with 2,264 additions and 2,297 deletions.
6 changes: 1 addition & 5 deletions examples/laravel10-app/.laravel-typegen-tmp/Post.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@
}
],
"relations": [
{
"name": "author",
"type": "BelongsTo",
"related": "App\\Models\\User"
}
{ "name": "author", "type": "BelongsTo", "related": "App\\Models\\User" }
],
"observers": []
}
Loading

0 comments on commit 3ce1baf

Please sign in to comment.