Commit Graph

9 Commits (fc856fd1f3aac60f408bdf6928b2f780cffa3741)

Author SHA1 Message Date
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 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
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault f70826e18c
Update status model, use scope over deprecated visibility attribute 6 years ago
Daniel Supernault cb650d9d8a
Update AP outbox transformer 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault 5fb75794a7
Update AP Transformers, remove legacy OStatus methods 8 years ago
Daniel Supernault 985938b662
Update AP ProfileOutbox transformer 8 years ago
Daniel Supernault 5559bcdb8f Add ProfileOutbox Transformer 8 years ago