diff --git a/src/helpers.php b/src/helpers.php index 466f76c..df992c5 100644 --- a/src/helpers.php +++ b/src/helpers.php @@ -20,7 +20,7 @@ function honeypot_field($name = null, $class = null) { $name = $name ?: HoneypotGuard::FIELD_NAME; $class = $class ?: 'uniform__potty'; - return ''; + return ''; } }