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

@@ -63,4 +63,4 @@ public static function pruneOldLogs(): int
{
return static::where('created_at', '<', now()->subDay())->delete();
}
}
}

View File

@@ -111,4 +111,4 @@ public function requiresInspection(): bool
{
return $this->is_inspection === 'Y';
}
}
}

View File

@@ -76,4 +76,4 @@ public function scopeForUser($query, int $userId)
{
return $query->where('user_id', $userId);
}
}
}

View File

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