mpociot / teamwork

User to Team associations with invitation system for the Laravel 5 Framework
MIT License
1.07k stars 170 forks source link

Updated owner() method with the correct relationship #100

Closed spriggsey closed 6 years ago

spriggsey commented 6 years ago

TeamworkTeamTrait::owner() method now returns a \Illuminate\Database\Eloquent\Relations\BelongsTo to be inline with current standards on relationships

resolves #99