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 xxx\xxx\Talk::setAuthUserId() should not be called statically #98

Open aarontanzk opened 6 years ago

aarontanzk commented 6 years ago

Hi I have this error. Please help

nahid commented 6 years ago

Please share your code

ABwabsolute commented 6 years ago

Hi, try using

"use Nahid\Talk\Facades\Talk;" instead of "use Nahid\Talk\Talk;"

TheGodFather05 commented 6 years ago

got the same issue trying to test talk-example-master

nahid commented 6 years ago

Please set facade namespace in app.php facades section and try to use use Nahid\Talk\Facades\Talk