where('name', '영업파트너 관리') ->first(); if ($menu) { $menu->name = '파트너 관리'; $menu->save(); $this->command->info('메뉴 이름 변경: 영업파트너 관리 → 파트너 관리'); } else { $this->command->warn('영업파트너 관리 메뉴를 찾을 수 없습니다.'); } } }