Archived
1
0
Fork 0

app/library/Validation/Validator/Alpha.php: remove commented out debug code.

This commit is contained in:
Henrik Hautakoski 2018-09-18 00:33:27 +02:00
parent d5b657bd5b
commit d241f35a19
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -44,8 +44,6 @@ class Alpha extends BaseValidator
$message = $validation->getDefaultMessage('Alpha');
}
//var_dump($message);exit;
$replace = [ ":field" => $label ];
$code = $this->getOption("code");