Commit Graph

8 Commits (d4e7948a2fd41ff04e6dbb3020297bc5bac4ddde)

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
Daniel Supernault 53742fa699
Lint 9 months ago
Shlee b8660e46fc
Update MediaPathService.php 11 months ago
Shlee 81509c95de
Larastan: Update MediaPathService.php 11 months ago
Daniel Supernault aebbad964b
Update MediaPathService, fix story path 4 years ago
Daniel Supernault 427f9da33e
Update MediaPathService, change story paths 5 years ago
Daniel Supernault aac4430970
Update MediaPathService, add story method 6 years ago
Daniel Supernault c54b29c559
Added MediaPathService 6 years ago