style: Pint 코드 스타일 자동 수정 및 마이그레이션 실행

- Pint 스타일 이슈 25개 수정 (783 파일 통과)
- 마이그레이션 4개 실행 (payrolls, payroll_settings, push 테이블)
- routes/api.php import 정렬
This commit is contained in:
2025-12-18 11:40:49 +09:00
parent 76d86cfa9f
commit c7eee97610
26 changed files with 134 additions and 42 deletions

View File

@@ -128,4 +128,4 @@ public function scopeOfType($query, string $type)
{
return $query->where('notification_type', $type);
}
}
}