Revert "fix: [tenant-console] 테넌트 콘솔 분리작업"
This reverts commit 8da1702e
This commit is contained in:
@@ -49,12 +49,9 @@ public function create(): View
|
||||
|
||||
/**
|
||||
* 역할 수정 화면
|
||||
* tenant-console/{tenantId}/roles/{id}/edit 에서
|
||||
* $id에 tenantId가 들어오는 문제 방지 → route('id')로 명시적 추출
|
||||
*/
|
||||
public function edit(int $id): View
|
||||
{
|
||||
$id = (int) (request()->route('id') ?? $id);
|
||||
$role = $this->roleService->getRoleById($id);
|
||||
|
||||
if (! $role) {
|
||||
|
||||
Reference in New Issue
Block a user