Commit Graph

13 Commits (e7ba43e2e1ea56243ecf2d4dfffce2d64f2b2317)

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 33d15f4951
Update ContactController 2 years ago
Daniel Supernault ae6dd4e3a2
Update pipeline dispatch, replace dispatchSync with dispatch 3 years ago
Daniel Supernault b1f95a7213
Bump laravel, v9 => v10 3 years ago
Yoaz b228f0eea1 Create validation rule MaxMultiLine and add it to the validation in ContactController 4 years ago
Daniel Supernault c9057e87ba
Update ContactController, fixes #2042 7 years ago
Daniel Supernault 5d3317d255
Update ContactController 7 years ago
Daniel Supernault 8430a8419a
Update ContactController 7 years ago
Daniel Supernault 914681a4ad
Update ContactController 7 years ago
Daniel Supernault b371c70220
Update ContactController 7 years ago
Daniel Supernault 09309c1e25
Update ContactController 7 years ago
Daniel Supernault 9de5f8bef3
Add Contact model/view/controller 7 years ago