syntaxlexx / laravel-5-messenger

A Simple Laravel 5, 6, 7, 8, 9, 10 & 11 Messenger with Pusher Capabilities
https://messenger-inertia.acelords.com/
MIT License
104 stars 32 forks source link

Change default user model to model from config #19

Closed xscasnya closed 3 years ago

xscasnya commented 4 years ago

We have multiple user types in our project. We also use the default Auth from Laravel. But in chat we use different user - however if we define the user model in config, the default Auth user model from Laravel has the priority which is not a good solution imho. Configurable properties should have priority if defined.

Machecek commented 4 years ago

+1

syntaxlexx commented 4 years ago

Definitely. Merging to master in a few.