talk icon indicating copy to clipboard operation
talk copied to clipboard

Non-static method xxx\xxx\Talk::setAuthUserId() should not be called statically

Open aarontanzk opened this issue 6 years ago • 4 comments

Hi I have this error. Please help

aarontanzk avatar Nov 21 '17 12:11 aarontanzk

Please share your code

nahid avatar Nov 23 '17 06:11 nahid

Hi, try using

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

ABwabsolute avatar Dec 06 '17 12:12 ABwabsolute

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

TheGodFather05 avatar Dec 23 '17 16:12 TheGodFather05

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

nahid avatar Dec 24 '17 08:12 nahid