ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Trouble with models #32

Closed ebelendez closed 10 years ago

ebelendez commented 10 years ago

Hi! When I use driver 'database' it works perfect! But with the "eloquent" model I get this error: Argument 1 passed to Illuminate\Auth\EloquentUserProvider::validateCredentials() must be an instance of Illuminate\Auth\UserInterface..

I'm using Lar4.1 Any idea?

ollieread commented 10 years ago

Hmm, I'm not sure what that could be. Have you removed the default Auth serviceproviders form the config? Both Auth and Auth\Reminder?

ebelendez commented 10 years ago

Yes I follow every step! Thanks any way your plug is great and woks for me using database driver!

ollieread commented 10 years ago

Is this still a problem? I think somewhere along the line there was a mistake made, re-read the documentation and make sure everything matches, or even start again.

Sorry I can't be much help, but I can't recreate this error.

ebelendez commented 10 years ago

Ok, saludos!