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)