style: Pint 포맷팅 적용

This commit is contained in:
김보곤
2026-02-25 11:45:01 +09:00
parent 68b1622a4e
commit 9a7c548246
199 changed files with 1420 additions and 1083 deletions

View File

@@ -21,8 +21,9 @@ public function run(): void
->whereNull('parent_id')
->value('id');
if (!$salesParentId) {
if (! $salesParentId) {
$this->command->error('영업관리 메뉴를 찾을 수 없습니다.');
return;
}
@@ -34,6 +35,7 @@ public function run(): void
if ($existingMenu) {
$this->command->info('개발 승인 메뉴가 이미 존재합니다.');
return;
}