akiyamaSM / larapoll

A Laravel package to manage your polls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'Inani\Guest' not found

angeljasth opened this issue · comments

When poll includes option "allow to guest", function resolveVoter returns error 'Class Inani\Guest' not found.

Problem solved with the latest PR #77, Thanks for the feedback.

still having the issue in /Http/Controllers/VoteManagerController.php

Still getting this error.

did this released? @akiyamaSM

still getting this

namespace Inani\Larapoll\Http\Controllers;

use App\Http\Controllers\Controller;
use Exception;
use Illuminate\Http\Request;
use Inani\Guest; <--------------------
use Inani\Larapoll\Poll;

in inani/larapoll: 2.5

Hello @lloricode would you open a new issue with the use case to be able to reproduce it.