|PollVote newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|PollVote newQuery() * @method static \Illuminate\Database\Eloquent\Builder|PollVote query() * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereChoice($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote wherePollId($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereProfileId($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereStatusId($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereStoryId($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|PollVote whereUri($value) * * @mixin \Eloquent */ class PollVote extends Model { use HasFactory; }