Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 22a7937

Browse files
committed
Fixed Auth Config
1 parent be4a420 commit 22a7937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'providers' => [
6868
'users' => [
6969
'driver' => 'eloquent',
70-
'model' => App\Models\User::class,
70+
'model' => OSI\Models\User::class,
7171
],
7272

7373
// 'users' => [

0 commit comments

Comments
 (0)