From 52f568c5f4cd88fa07cbdc0c55bd0810c991e459 Mon Sep 17 00:00:00 2001 From: "y.higashide" Date: Mon, 22 Sep 2025 12:21:59 +0900 Subject: [PATCH] =?UTF-8?q?app/Http/Controllers/RegularContractCreateContr?= =?UTF-8?q?oller.php=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/RegularContractCreateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/RegularContractCreateController.php b/app/Http/Controllers/RegularContractCreateController.php index cae79ed..77a9f20 100644 --- a/app/Http/Controllers/RegularContractCreateController.php +++ b/app/Http/Controllers/RegularContractCreateController.php @@ -776,7 +776,7 @@ class RegularContractCreateController extends Controller // 利用期間選択画面へ遷移 return view('regular_contract.create_select_period', [ - 'active_menu' => 'SWC-4-1', // マイページメニューの選択状態用 + 'active_menu' => 'SWC-8-1', // マイページメニューの選択状態用 'user_name' => $user->user_name, // ユーザー名(ヘッダー用) 'contract_id' => $contract_id, 'regular_type' => $regular_type,