nahid / talk

Talk is a real-time users messaging and chatting system for Laravel.
MIT License
1.61k stars 327 forks source link

Non-static method Nahid\Talk\Talk::setAuthUserId() should not be called statically #20

Closed mandeepsinghgill closed 7 years ago

mandeepsinghgill commented 8 years ago

I am following document and there is :

Talk::setAuthUserId(Auth::user()->id);

But getting error when use this

nahid commented 8 years ago

please install version 1.1.5 and try again :)

sehsah commented 7 years ago

where version 1.1.5 ? how can install it ?

nahid commented 7 years ago

@sehsah , to install version 1.1.5 just run this command in your terminal

composer require nahid/talk 1.1.5
sehsah commented 7 years ago

same error !

nahid commented 7 years ago

please share your code and errors screenshot @sehsah