Skip to content

Commit

Permalink
Fix compact
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jun 8, 2017
1 parent 77a5070 commit f337bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/ConsoleDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function buildServicePayload($message, $matchingMessage, $additionalParam
$text = $message;
}

return compact($text, $questionData);
return compact('text', 'questionData');
}

/**
Expand Down

0 comments on commit f337bb6

Please sign in to comment.