ollieread / multiauth

Laravel multi auth
441 stars 109 forks source link

Impersonate method exception #20

Closed whobutsb closed 10 years ago

whobutsb commented 10 years ago

Hello! Thanks for the awesome library. I was trying to implement the impersonate() method into my application and whenever I try to use it I get the error: Class 'Ollieread\Multiauth\Auth' not found on line 31 of the Ollieread/Multiauth/Guard.php file. I tried a couple of things but wasn't able to get it to work. Would you know of a fix? Thanks!

ollieread commented 10 years ago

This should now be fixed by ollieread/multiauth@0c28575b0cd48f79dee2739485da894411faaf71

whobutsb commented 10 years ago

Awesome stuff! I just pulled the updates and it works like a charm! Thank you very much for the assistance.