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,