diff --git a/app/Rules/ValidPhoneInputRule.php b/app/Rules/ValidPhoneInputRule.php index fb563e2..4b50224 100644 --- a/app/Rules/ValidPhoneInputRule.php +++ b/app/Rules/ValidPhoneInputRule.php @@ -8,7 +8,7 @@ use Illuminate\Support\Str; class ValidPhoneInputRule implements Rule { - public ?int $reason; + public ?int $reason = 0; public function passes($attribute, $value) {