diff --git a/src/Validator/Alpha.php b/src/Validator/Alpha.php index f0f5730e..67f77c5f 100644 --- a/src/Validator/Alpha.php +++ b/src/Validator/Alpha.php @@ -84,5 +84,4 @@ public function isValid($value) return true; } - }