Commit Graph

6 Commits (1ba3f8c9cf65b9bf60802ee1f235176fab6e7344)

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
Shlee c26f8666c3
Larastan: Update AddUserDomainBlock.php
```
 ------ ------------------------------------------------------------- 
  Line   Console/Commands/AddUserDomainBlock.php                      
 ------ ------------------------------------------------------------- 
  37     Variable $domain in empty() always exists and is not falsy.  
         🪪  empty.variable                                           
 ------ ------------------------------------------------------------- 
```
11 months ago
Daniel Supernault 73a0f528ab
Update user domain block commands 3 years ago
Daniel Supernault 519c7a3735
Update domain block commands 3 years ago
Daniel Supernault 3e28cf661b
Add user domain block commands 3 years ago