Commit Graph

12 Commits (8f4add2f1eec00b05157218596f92149e72e36aa)

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 33dce75f2c
Pint app/ 4 weeks ago
Your Name 43040a2275 fix: add missing property declarations (phpstan property.notFound)
- Add $fractal property and initialization to NewPublicPost event
- Add $mastodon and $pleroma property declarations to AudienceScopeTest
4 weeks ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault 4bd9e12f00
Update livestream events 4 years ago
Daniel Supernault 4630c5d67a
Update LiveStream events 4 years ago
Daniel Supernault a45deb93ed
Add stream start + end events 4 years ago
Daniel Supernault aa498af073
Add live stream events 4 years ago
Daniel Supernault cb202c9671
Add broadcast events for real time updates 8 years ago
Daniel Supernault 8b08983c38
Update Auth Events 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault 46bc5322f3 Add AuthLoginEvent 8 years ago