Skip to content

Commit

Permalink
Merge pull request #302 from cmgmyr/bug/null-user-model
Browse files Browse the repository at this point in the history
comment config user_model
  • Loading branch information
cmgmyr authored Jun 16, 2018
2 parents f1274d2 + e7527b4 commit 07c3e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [

'user_model' => null,
// 'user_model' => App\Models\User::class,

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

Expand Down

0 comments on commit 07c3e1c

Please sign in to comment.