style: Pint 포맷팅 적용
This commit is contained in:
@@ -43,8 +43,9 @@ public function run(): void
|
||||
->whereNull('parent_id')
|
||||
->value('id');
|
||||
|
||||
if (!$salesParentId) {
|
||||
if (! $salesParentId) {
|
||||
$this->command->error('영업관리 메뉴를 찾을 수 없습니다.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user