From 4fe33b3d96ce250e17a5100cc6404a11b43617c8 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Fri, 29 Sep 2023 17:33:06 +0200 Subject: [PATCH 1/2] Fix slider templates --- resources/js/pages/welcome.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/pages/welcome.vue b/resources/js/pages/welcome.vue index 437d4c925..e83f2f24d 100644 --- a/resources/js/pages/welcome.vue +++ b/resources/js/pages/welcome.vue @@ -103,7 +103,7 @@ - +

Take your forms to the next level

From 54f92f844ff614851896d945c9730b5e200b76f7 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Sun, 1 Oct 2023 09:43:14 +0200 Subject: [PATCH 2/2] Fix phone validation --- app/Rules/ValidPhoneInputRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Rules/ValidPhoneInputRule.php b/app/Rules/ValidPhoneInputRule.php index fb563e28c..4b50224b3 100644 --- a/app/Rules/ValidPhoneInputRule.php +++ b/app/Rules/ValidPhoneInputRule.php @@ -8,7 +8,7 @@ class ValidPhoneInputRule implements Rule { - public ?int $reason; + public ?int $reason = 0; public function passes($attribute, $value) {