Skip to content

Commit 72fa04d

Browse files
Added new validation rules
1 parent d68e8a1 commit 72fa04d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Validator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function __construct() {
5151
//Predefined data validation rules
5252
$this->predefined_rules = [
5353
'required',
54+
'null',
5455
'alphabet',
5556
'numeric',
5657
'alphanumeric',

0 commit comments

Comments
 (0)