Skip to content
Snippets Groups Projects
Commit 49d39163 authored by jaapjansma's avatar jaapjansma
Browse files

update

parent a51671ab
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
* @return bool * @return bool
*/ */
public function validate($input) { public function validate($input) {
return strlen($input) >= $this->configuration->get('min_length') ? true : false;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment