intrip / laravel-authentication-acl

Laravel authentication and ACL admin panel package based on sentry
287 stars 110 forks source link

Multiple User Models #117

Open gamingumar opened 8 years ago

gamingumar commented 8 years ago

I recommend removing the User model from LaravelAcl\User as it don't have relationships defined with user profile. this causes confusion as correct model to work with is LaravelAcl\Authentication\Models\User

intrip commented 8 years ago

Will do that next release.