Commit Graph

8 Commits (f018004b56d8965b46d5febb0380636ad5530ef2)

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 374344754e
Lint 9 months ago
Emelia Smith 626c87a420
Fix default severity for domain blocks 3 years ago
Emelia Smith 96a226d90c
Fix issue with wildcard domain blocks 3 years ago
Emelia Smith 4afe72e62f
Add oauth protection to admin domain blocks API 3 years ago
Emelia Smith feed580f51
Minor compatibility fixes 3 years ago
Emelia Smith 21466556d4
Add update and delete 3 years ago
Emelia Smith 652654e24f
WIP: Implement domain blocks 3 years ago