dwinjnr / laravel-multi-auth

Multiple Authentication in Laravel 5.6 (Admin and User)
MIT License
12 stars 7 forks source link

Guard cannot be set on a user module. #1

Closed zjbarg closed 5 years ago

zjbarg commented 5 years ago

protected $guard = 'admin' doesn't do anything it appears.

dwinjnr commented 5 years ago

It specifies which authentication guard is used for the model.

zjbarg commented 5 years ago

I understand but I haven't found any affect for it and I was not able to find it in the Laravel documentation!