akiyamaSM / larapoll

A Laravel package to manage your polls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Issue: Thanks for voting

kbtonmoy opened this issue · comments

I have set the Voter trait on my user model and added 'user_model' => App\Models\User::class, in the larapoll-config.php.
when using {{ PollWriter::draw(\Inani\Larapoll\Poll::find(2)) }} in the frontend it says Thanks for voting. I'm using laravel 8.