From 34adbeda5f7df9e02c64e3e6ae91855090ab614a 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: Wed, 17 Nov 2021 01:50:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 486250bd..da779759 100644 --- a/backend/app/Http/Controllers/Api/FatherRelationsController.php +++ b/backend/app/Http/Controllers/Api/FatherRelationsController.php @@ -9,7 +9,7 @@ use Illuminate\Support\Facades\Log; use App\Models\FatherRelation; class FatherRelationsController extends Controller { - public function register (Register $r) { + public function register (Request $r) { if (!isset($r->father_id) || !isset($r->identity)) { return ['status_code' => 400, 'error_messages' => ['子の追加に失敗しました。']]; }