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

@@ -14,7 +14,7 @@ public function run(): void
$menu = Menu::where('tenant_id', $tenantId)
->where(function ($q) {
$q->where('name', '채무관리')
->orWhere('name', '채무 관리');
->orWhere('name', '채무 관리');
})
->first();