Skip to content

Commit f1274d2

Browse files
authored
Merge pull request #301 from cybercog/fix/applications-with-custom-user-models
Fix applications with custom user models first install
2 parents 2534abe + 942f642 commit f1274d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44

5-
'user_model' => App\User::class,
5+
'user_model' => null,
66

77
'message_model' => Cmgmyr\Messenger\Models\Message::class,
88

0 commit comments

Comments
 (0)