mpociot/teamwork

class User extends Model

wyklif opened this issue · 1 comments

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

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