diff --git a/Library/Phalcon/Mvc/Model/Validator/README.md b/Library/Phalcon/Mvc/Model/Validator/README.md index d64810d48..9da9a1692 100644 --- a/Library/Phalcon/Mvc/Model/Validator/README.md +++ b/Library/Phalcon/Mvc/Model/Validator/README.md @@ -26,7 +26,7 @@ class User extends Model public function validation() { $this->validate(new ConfirmationOf(array( - field' => 'password', + 'field' => 'password', 'field_confirmation' => 'password_confirmation', 'message' => 'Both fields should contain equal values' ))); @@ -38,4 +38,4 @@ class User extends Model } -``` \ No newline at end of file +```