style: Pint 포맷팅 적용
This commit is contained in:
@@ -21,8 +21,9 @@ public function run(): void
|
||||
->whereNull('parent_id')
|
||||
->value('id');
|
||||
|
||||
if (!$salesParentId) {
|
||||
if (! $salesParentId) {
|
||||
$this->command->error('영업관리 메뉴를 찾을 수 없습니다.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -42,6 +43,7 @@ public function run(): void
|
||||
|
||||
if ($existingMenu) {
|
||||
$this->command->info('영업파트너 고객관리 메뉴가 이미 존재합니다.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -56,7 +58,7 @@ public function run(): void
|
||||
'is_active' => true,
|
||||
]);
|
||||
|
||||
$this->command->info('영업파트너 고객관리 메뉴 생성 완료 (sort_order: ' . $sortOrder . ')');
|
||||
$this->command->info('영업파트너 고객관리 메뉴 생성 완료 (sort_order: '.$sortOrder.')');
|
||||
|
||||
// 결과 출력
|
||||
$this->command->info('');
|
||||
|
||||
Reference in New Issue
Block a user