style: Pint 포맷팅 적용
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
class FixMenuUrlCommand extends Command
|
||||
{
|
||||
protected $signature = 'menu:fix-url {name} {new-url} {--tenant=}';
|
||||
|
||||
protected $description = '메뉴 URL 수정 (이름으로 검색)';
|
||||
|
||||
public function handle(): int
|
||||
@@ -26,6 +27,7 @@ public function handle(): int
|
||||
|
||||
if ($menus->isEmpty()) {
|
||||
$this->error("'{$name}' 메뉴를 찾을 수 없습니다.");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -37,6 +39,7 @@ public function handle(): int
|
||||
}
|
||||
|
||||
$this->info("{$menus->count()}건 수정 완료.");
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user