mpociot / teamwork

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

Use user model from Laravel Auth config. #49

Closed lukasoppermann closed 8 years ago

lukasoppermann commented 8 years ago

Hey @mpociot,

would it be possible to use the model config for the user class from the laravel auth config file? Maybe as a default and as a backup use this packages config? Would mean less changes for people who want a models folder.

Or do you see any problems with this?

mpociot commented 8 years ago

Done :)