From 0903c755669cfa1ee578053990b58a4bf73e77b4 Mon Sep 17 00:00:00 2001 From: ramon183 Date: Sat, 3 Sep 2016 19:09:22 -0300 Subject: [PATCH] Added size param to dataParameterKeys --- src/Recaptcha.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Recaptcha.php b/src/Recaptcha.php index d4824bb..1263045 100644 --- a/src/Recaptcha.php +++ b/src/Recaptcha.php @@ -9,7 +9,7 @@ class Recaptcha protected $config = [ ]; - protected $dataParameterKeys = [ 'theme', 'type', 'callback', 'tabindex', 'expired-callback' ]; + protected $dataParameterKeys = [ 'theme', 'type', 'callback', 'tabindex', 'expired-callback', 'size' ]; public function __construct($service, $config)