matt-daneshvar / laravel-survey

Create and manage surveys within your Laravel app.
MIT License
250 stars 50 forks source link

Participant ID is null #36

Closed SheaDonnelly closed 2 years ago

SheaDonnelly commented 2 years ago

Hi Matt, my participant ID is coming through as null when i create an entry. I have seen a similar question asked before and you said to put this (new Entry)->for($survey)->by($user)->fromArray($answers)->push();. But my issue is i do not know where to put this in to resolve this issue