Specifying the asgard user model in case a package needs it.

parent d86a0ecc
......@@ -67,7 +67,7 @@ return [
'providers' => [
'users' => [
'driver' => 'eloquent',
'model' => App\User::class,
'model' => Modules\User\Entities\Sentinel\User::class,
],
// 'users' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment