style: Pint 포맷팅 적용
This commit is contained in:
@@ -17,8 +17,9 @@ public function run(): void
|
||||
->where('name', '일일자금일보')
|
||||
->first();
|
||||
|
||||
if (!$dailyFundMenu) {
|
||||
if (! $dailyFundMenu) {
|
||||
$this->command->error('일일자금일보 메뉴를 찾을 수 없습니다.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -33,6 +34,7 @@ public function run(): void
|
||||
|
||||
if ($existingMenu) {
|
||||
$this->command->info('일반전표입력 메뉴가 이미 존재합니다.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user