style: Pint 포맷팅 적용
This commit is contained in:
@@ -18,6 +18,7 @@ public function run(): void
|
||||
|
||||
if ($salesMenus->isEmpty()) {
|
||||
$this->command->error('영업관리 메뉴를 찾을 수 없습니다.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -34,6 +35,7 @@ public function run(): void
|
||||
|
||||
if ($exists) {
|
||||
$this->command->info("[{$label}] 인터뷰 시나리오 메뉴가 이미 존재합니다.");
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user