Rename Vote object to PollVote

This commit is contained in:
Alex Cabal 2022-07-06 11:36:42 -05:00
parent 8168a125d0
commit 4efc5dcdaf
12 changed files with 41 additions and 30 deletions

View file

@ -1,6 +0,0 @@
<?
namespace Exceptions;
class VoteExistsException extends SeException{
protected $message = 'Youve already voted in this poll.';
}