fix:법인차량 날짜 저장 타임존 문제 수정

- date cast 제거하여 문자열로 저장
- 한국시간 기준 날짜가 하루 전으로 저장되는 문제 해결

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-03 06:22:55 +09:00
parent 3b8d050a92
commit d38a4563b6

View File

@@ -47,7 +47,5 @@ class CorporateVehicle extends Model
'deposit' => 'integer',
'monthly_rent' => 'integer',
'monthly_rent_tax' => 'integer',
'purchase_date' => 'date',
'contract_date' => 'date',
];
}