Skip to content

Commit

Permalink
update: return type TeamInvitation.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 committed Jun 10, 2024
1 parent d26c722 commit d3c3e43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/app/Models/TeamInvitation.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ class TeamInvitation extends JetstreamTeamInvitation

/**
* Get the team that the invitation belongs to.
*
* @return BelongsTo<Team, TeamInvitation>
*/
public function team(): BelongsTo
{
Expand Down

0 comments on commit d3c3e43

Please sign in to comment.