Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karmakarsrija committed Jul 8, 2021
1 parent 778b841 commit 58fafbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Rules/ValidMobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct()
public function passes($attribute, $value)
{
//
return preg_match('[7-9][0-9]{9}',$value);
return preg_match('[0-9]{9}',$value);
}

/**
Expand Down

0 comments on commit 58fafbf

Please sign in to comment.