wuifdesign / laravel-multiauth

MultiAuth for Laravel 5.0, 5.1
MIT License
7 stars 3 forks source link

Auth::user() or Auth::driver() return null #7

Closed Danjavia closed 9 years ago

wuifdesign commented 9 years ago

like i allready told you in another issue (https://github.com/wuifdesign/laravel-multiauth/issues/3), you have to do it like this:

Auth::type('user')
Auth::type('driver')
Danjavia commented 9 years ago

thanks!