Commit Graph

12 Commits (80f792038ce1907448304f84c6990cbe705d04bd)

Author SHA1 Message Date
Daniel Supernault 80f792038c
Fix federation comment threading 4 days ago
Daniel Supernault 823efcaad7
Add FEP-044f: Consent-respecting quote posts 4 days ago
Your Name c21bc27feb lint 5 days ago
Your Name e2b76dba99 larastan level 2 5 days ago
Your Name 53b698ec48 Revert "StrictArrayParamDimFetchRector"
This reverts commit a28d3df4c4.
5 days ago
Your Name a28d3df4c4 StrictArrayParamDimFetchRector 5 days ago
Your Name 9fde74082a add type to function 5 days ago
Your Name 0d999f5dda added return type to function 5 days ago
Your Name c57e5d8ed7 adding type 5 days ago
Your Name 0dbd78ca8e Lint 6 days ago
Your Name 5ebc1af91e BATCH 1 6 days ago
Your Name c0cde2f682 refactor: move 52 legacy models from App\ to App\Models\
Move all Eloquent models from the app/ root directory to app/Models/
for consistency with modern Laravel conventions. The project already had
54 models in App\Models; this migrates the remaining 52 legacy models.

Changes:
- Move 52 model files from app/ to app/Models/
- Update namespace declarations in each model
- Update all ~1000 import references across the codebase
- Add Relation::morphMap() in AppServiceProvider for backward
  compatibility with existing polymorphic database records
- Add missing HasSnowflakePrimary imports for models that relied
  on same-namespace resolution
4 weeks ago