mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
@@ -103,7 +103,7 @@ class PollController extends Controller
|
||||
{
|
||||
$poll = Poll::findOrFail($id);
|
||||
$map = [
|
||||
'poll' => $poll,
|
||||
'poll' => $poll,
|
||||
'total_votes' => $poll->totalVotes(),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user