Commit Graph

13 Commits (c807a8524c22f53731d0c45ebcfde88041663c4e)

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.
4 weeks ago
Daniel Supernault 374344754e
Lint 9 months ago
Daniel Supernault 6033d83726
Fix unlisted post web redirect and api response 4 years ago
Shlee f47ed7bdd1
Update SpaController.php 4 years ago
Daniel Supernault 84209c2433
Remove arbitrary metro url redirect timeout 4 years ago
Daniel Supernault dab9bcaf36
Update SpaController, fix typo 5 years ago
Daniel Supernault b6c6c85bb7
Update SpaController, handle web redirects 5 years ago
Daniel Supernault a44b812b13
Update SpaController, redirect web ui hashtags to legacy page for unauthenticated users 5 years ago
Daniel Supernault 8d1af1d6a1
Update SpaController, fix variable typo. Fixes #3268 5 years ago
Daniel Supernault 1a7a4a052f
Update SpaController 5 years ago
Daniel Supernault 5c65e2b761
Update SpaController, add username redirect method 5 years ago
Daniel Supernault 7bc684e5d1
Update SpaController, persist web language changes 5 years ago
Daniel Supernault 7e35ab80ad
Update web routes 5 years ago