talk
talk copied to clipboard
Non-static method xxx\xxx\Talk::setAuthUserId() should not be called statically
Hi I have this error. Please help
Please share your code
Hi, try using
"use Nahid\Talk\Facades\Talk;" instead of "use Nahid\Talk\Talk;"
got the same issue trying to test talk-example-master
Please set facade namespace in app.php
facades
section and try to use use Nahid\Talk\Facades\Talk