Skip to content

Commit 9c1f038

Browse files
Update Validator.php
1 parent a127f9c commit 9c1f038

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/Validator.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Validator {
3131
*
3232
* @var array
3333
*/
34-
private $message;
34+
private $messages;
3535

3636
/**
3737
* Store default error messages
@@ -47,6 +47,13 @@ class Validator {
4747
*/
4848
private $predefined_rules;
4949

50+
/**
51+
* Store parsed data
52+
*
53+
* @var array
54+
*/
55+
private $parsed_data;
56+
5057
/**
5158
* Store valid data
5259
*

0 commit comments

Comments
 (0)