Commit Graph

9 Commits (4231ce993863a3cdd615b70f9912988453796d4e)

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 d1799a0833
Lint commands 9 months ago
Daniel Supernault ad25ed6792
Update UserCreate command, fix is_admin flag 3 years ago
Shlee 8c31bd4c68
Update UserCreate.php 4 years ago
Shlee 95a22b7b55
Update UserCreate.php 4 years ago
Shlee 330ed8ef82
Update UserCreate.php 4 years ago
Shlee 6c69b30870
Update UserCreate.php 4 years ago
Daniel Supernault b2b8c9f99c
Update UserCreate command, closes #2581 6 years ago
Daniel Supernault edce1dcf54
Add UserCreate command 8 years ago