Skip to content

Commit

Permalink
Fix phone validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JhumanJ committed Oct 1, 2023
1 parent 4fe33b3 commit 54f92f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Rules/ValidPhoneInputRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class ValidPhoneInputRule implements Rule
{

public ?int $reason;
public ?int $reason = 0;

public function passes($attribute, $value)
{
Expand Down

0 comments on commit 54f92f8

Please sign in to comment.