Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 2e9e87f

Browse files
committed
Added model configuration option
1 parent bd21f81 commit 2e9e87f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Config/auth.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@
3737

3838
'provider' => Adldap\Laravel\Auth\DatabaseUserProvider::class,
3939

40+
/*
41+
|--------------------------------------------------------------------------
42+
| Model
43+
|--------------------------------------------------------------------------
44+
|
45+
| The model to utilize for authentication and importing.
46+
|
47+
| This option is only applicable to the DatabaseUserProvider.
48+
|
49+
*/
50+
51+
'model' => App\User::class,
52+
4053
/*
4154
|--------------------------------------------------------------------------
4255
| Rules

0 commit comments

Comments
 (0)