whisper-money/app/Actions
Víctor Falcón cd2462d451
Fix default category creation N+1 (#347)
## Summary
- replace default category firstOrCreate loop with one lookup plus bulk
insert
- add regression coverage for repeated category lookups

Fixes PHP-LARAVEL-19

## Tests
- vendor/bin/pint --dirty --format agent
- php artisan test --compact tests/Feature/Settings/CategoryTest.php
--filter='default categories'
2026-05-04 13:22:55 +01:00
..
Fortify feat(landing): add signed auth links (#312) 2026-04-21 08:28:59 +01:00
OpenBanking Cancel Enable Banking connections for free users (#289) 2026-04-15 16:23:03 +02:00
CreateDefaultCategories.php Fix default category creation N+1 (#347) 2026-05-04 13:22:55 +01:00