We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
need to fix user model by doing the following.
make user model abstract pull forum methods to ForumableTrait pull chat methods to ChatableTrait
Each site will need to make a user model that extends core user. they can then include the traits as needed to get those methods.