Closed webleyson closed 3 years ago
This is now fixed with new version try 5.2.0
This is still not fixed.. 'models' => [ 'admin' => App\Admin::class, 'role' => Bitfumes\Multiauth\Model\Role::class, 'permission' => Bitfumes\Multiauth\Model\Permission::class, ],
dd(Auth::guard('admin')->user());
is still showing -
Bitfumes\Multiauth\Model\Admin
Describe the bug In the docs it says you can set your own Admin model
https://bitfumes.github.io/laravel-multiauth/settings.html#models
I have set the following
'admin' => App\Admin::class,
But this has no affect. I have set in - vendors/config/auth.php and it sets.
What am I doing wrong?
Laravel Version 7.24
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected to see admin from my app folder