Commit Graph

8 Commits (e8f2b06afe0cea77899a81ac8eda10dd44dc5e36)

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 344f4dfaad
Revert 2 changes that broke Hashtag Following 5 months ago
Shlee dec42a04d8
Update HashtagFollowService.php 7 months ago
Shlee 4f7f2b2259
Update HashtagFollowService.php 8 months ago
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault 84f4e88573
Update HashtagFollowService, fix cache invalidation bug 3 years ago
Daniel Supernault 015b1b80b4
Update hashtag following 3 years ago
Daniel Supernault 1f35da0d4b
Update HashtagServices 3 years ago