success for updating a poll

This commit is contained in:
Baptiste Lemoine 2020-04-17 16:12:59 +02:00
parent 33a71d05e4
commit c251eac2fb
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ class PollController extends FramadateController {
return $this->json( [
'message' => 'you updated the poll ' . $poll->getTitle(),
] );
],
200 );
}
/**