Commit 5b9cc5f4 authored by MBoretto's avatar MBoretto

fix survey bug

parent bd74eea7
......@@ -173,6 +173,7 @@ class SurveyCommand extends UserCommand
$this->conversation->update();
$data['text'] = 'Insert your picture:';
$data['reply_markup'] = new ReplyKeyBoardHide(['selective' => true]);
$result = Request::sendMessage($data);
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment