fix:R&D LABS에서 차세대 QA 솔루션 메뉴 제거

- sidebar-static.blade.php: 메뉴 항목 제거
- routes/web.php: 라우트 제거
- StrategyController.php: qaSolution 메서드 제거
- qa-solution.blade.php: 뷰 파일 삭제
- DB 메뉴 삭제 (ID: 15536)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
pro
2026-01-28 13:04:58 +09:00
parent 62787450fa
commit f23eead035
4 changed files with 0 additions and 131 deletions

View File

@@ -168,17 +168,6 @@ public function confluenceVsNotion(Request $request): View|Response
return view('lab.strategy.confluence-vs-notion');
}
/**
* 차세대 QA 솔루션 (presentation layout)
*/
public function qaSolution(Request $request): View|Response
{
if ($redirect = $this->handlePresentationPage($request, 'lab.strategy.qa-solution')) {
return $redirect;
}
return view('lab.strategy.qa-solution');
}
/**
* SAM 영업전략 (슬라이드 프레젠테이션)
*/