Commit Graph

10 Commits (dev)

Author SHA1 Message Date
Your Name 5ebc1af91e BATCH 1 6 days ago
Shlee cbaeba7b6a
Clean up legacy locale mapping comments 1 week ago
Your Name 0aa4da98e3 larastan fix last commit 1 week ago
Your Name fcea9dc34b polish 1 week ago
Shlee 7cf6e77148
Update Localization.php 3 weeks ago
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 53742fa699
Lint 9 months ago
Daniel Supernault 0107e8fd68
Update Localization util, filter out .DS_Store 5 years ago
Daniel Supernault c7e4e14b7e
Update Localization cache time, closes #959 8 years ago
Daniel Supernault 5cb5b5277d
Add Localization Helper 8 years ago