Skip to content

Commit

Permalink
wrong return type in docblock for owner fixed (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrissi2812 authored and mpociot committed Oct 1, 2018
1 parent 6a80de9 commit 76deaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/Teamwork/Traits/TeamworkTeamTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function users()
* Has-One relation with the user model.
* This indicates the owner of the team
*
* @return \Illuminate\Database\Eloquent\Relations\BelongsToMany
* @return \Illuminate\Database\Eloquent\Relations\HasOne
*/
public function owner()
{
Expand Down

0 comments on commit 76deaca

Please sign in to comment.