Commit Graph

10 Commits (5ebc1af91e96ca065ea55f20e94de5d874a442c8)

Author SHA1 Message Date
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 ca6c875bbb Fix PHPStan class.notFound issues 11 months ago
Emily Love Watson e645008ad5
More precise 12 months ago
Emily Love Watson 49b0a7358e
Update follower records 12 months ago
Emily Love Watson 74bf7e45c8
Restore follower count logic 12 months ago
Emily Love Watson 451d59cb7c
fixies 12 months ago
Emily Love Watson a07f3595d8
More cleanup 12 months ago
Emily Love Watson 453ae4b32e
MVP migration 12 months ago
Daniel Supernault 45bdfe1efd
Add Profile Migration federation 3 years ago
Daniel Supernault f8145a78cf
Add Profile Migrations 3 years ago