Commit Graph

8 Commits (dev)

Author SHA1 Message Date
Your Name 53b698ec48 Revert "StrictArrayParamDimFetchRector"
This reverts commit a28d3df4c4.
7 days ago
Your Name a28d3df4c4 StrictArrayParamDimFetchRector 7 days ago
Your Name 5ebc1af91e BATCH 1 1 week 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
Your Name 995a53b4ef fix 8 months ago
Daniel Supernault 9eeb7b6741
Update Status caption logic, stop storing duplicate html caption in db and defer to cached StatusService rendering 2 years ago
Daniel Supernault 4479055e1e
Update UpdateStatusService, fix formatting issue. Fixes #4423 3 years ago
Daniel Supernault 98cf8f32a0
Add Post Edits/Updates 3 years ago