mpociot / teamwork

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

class User extends Model #64

Closed wyklif closed 7 years ago

wyklif commented 7 years ago

in laravel 5.3 the user model extends authenticatable and in the docs the user model extends model. this causes conflicts?

mpociot commented 7 years ago

No that's no problem - the 5.3 model extends "Authenticatable", which itself extends Model :)