style: Pint 포맷팅 적용
This commit is contained in:
@@ -274,9 +274,9 @@ public function run(): void
|
||||
]));
|
||||
}
|
||||
|
||||
$this->command->info('QuoteFormulaSeeder: ' . count($formulas) . '개 수식 생성 완료');
|
||||
$this->command->info(' - 입력변수: ' . count($inputVars) . '개');
|
||||
$this->command->info(' - 계산변수: ' . count($calcVars) . '개');
|
||||
$this->command->info(' - 범위선택: ' . count($rangeVars) . '개');
|
||||
$this->command->info('QuoteFormulaSeeder: '.count($formulas).'개 수식 생성 완료');
|
||||
$this->command->info(' - 입력변수: '.count($inputVars).'개');
|
||||
$this->command->info(' - 계산변수: '.count($calcVars).'개');
|
||||
$this->command->info(' - 범위선택: '.count($rangeVars).'개');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user