Commit Graph

8 Commits (89a0aa3bf732d3bda0ddef6058b4ecd44ea7c217)

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 0b7d0a9627
Add customizable Legal Notice page 4 years ago
Daniel Supernault 7d2a6df9f9
Update PageController 7 years ago
Daniel Supernault 7ade78b4ee
Update PageController 7 years ago
Daniel Supernault 59fcfc2779
Update PageController 7 years ago
Daniel Supernault ef3e30dbb8
Update PageController 7 years ago
Daniel Supernault 853f98c0f4
Add PageController 8 years ago