From b5054e2cd47bfe101915e7c8e70cf07c3a279c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 28 Apr 2022 15:59:13 +0900 Subject: [PATCH] . --- backend/app/Http/Controllers/Api/FatherRelationsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/Http/Controllers/Api/FatherRelationsController.php b/backend/app/Http/Controllers/Api/FatherRelationsController.php index f294e968..f5b87bbf 100644 --- a/backend/app/Http/Controllers/Api/FatherRelationsController.php +++ b/backend/app/Http/Controllers/Api/FatherRelationsController.php @@ -44,7 +44,7 @@ class FatherRelationsController extends Controller { } $validate = Validator::make($r->all(), [ - 'identity' => 'required|max:20|alpha_num', + 'identity' => 'required|max:20|numeric', ]); if ($validate->fails()) {