Skip to content

Commit

Permalink
fix team id access
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoStahl committed Aug 29, 2016
1 parent 7638bcf commit 53aef45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ phpunit.phar
/.settings
.env.*.php
.env.php
bin
2 changes: 1 addition & 1 deletion src/Mpociot/Teamwork/Events/UserInvitedToTeam.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ public function getInvite()
*/
public function getTeamId()
{
return $this->team_id;
return $this->invite->team_id;
}
}

0 comments on commit 53aef45

Please sign in to comment.