Commit Graph

7 Commits (baa7774378cda3984976d0b04faa2524d520f91c)

Author SHA1 Message Date
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
1 month ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault 4d2da2f1b0
Update RelationshipSettings Controller, fixes #1605 7 years ago
Daniel Supernault 506208f545
Update account settings, add hashtags to relationships 7 years ago
Daniel Supernault 17fa86ad2f
Update Relationship settings, separate following and followers 7 years ago
Daniel Supernault b10e03d092
Update RelationshipController 7 years ago
Daniel Supernault bf8340ff9d
Add RelationshipSettings trait 7 years ago