Unnecessary $questions assignment removed
$questions assignment is not used in the function so removed Signed-off-by: Ömer Fatih İlhan <ofilhan@muhasebat.gov.tr> Signed-off-by: Ömer Fatih İlhan <omer.ilhan@hmb.gov.tr>
This commit is contained in:
parent
d1ea0afa50
commit
7b359896aa
1 changed files with 1 additions and 2 deletions
|
|
@ -271,8 +271,7 @@ class PageController extends Controller {
|
|||
}
|
||||
|
||||
$votes = $this->voteMapper->findByForm($form->getId());
|
||||
$participants = $this->voteMapper->findParticipantsByForm($form->getId());
|
||||
$questions = $this->questionMapper->findByForm($form->getId());
|
||||
$participants = $this->voteMapper->findParticipantsByForm($form->getId());
|
||||
|
||||
try {
|
||||
$notification = $this->notificationMapper->findByUserAndForm($form->getId(), $this->userId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue