Update Validator.php

This commit is contained in:
Thiago Talma
2015-07-07 18:39:42 -03:00
parent 249879b298
commit 4b50ace287

View File

@ -165,7 +165,7 @@ class Validator extends Component
*
* ```php
* function (attribute, value) {
* return $('#country').value == 'USA';
* return $('#country').val() == 'USA';
* }
* ```
*