Commit Graph

6 Commits (e8f2b06afe0cea77899a81ac8eda10dd44dc5e36)

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 806e210f13
Update snowflake config, allow custom datacenter/worker ids 2 years ago
Daniel Supernault b32f4d91c4
Update Snowflake service 5 years ago
Daniel Supernault e5aea490b1
Refactor snowflake id generation to improve randomness 5 years ago
Daniel Supernault 0e13ab074c
Update SnowflakeService 5 years ago
Daniel Supernault c0076ab035
Add snowflake id service 6 years ago