lthn.io/app/Mod/Names/Controllers
Claude ca11c4ccee
refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName
CorePHP Actions pattern — single-purpose classes with static ::run().
Controller methods now delegate to Actions. Each Action validates,
executes, and returns typed results. Enables reuse from commands,
jobs, and tests without going through HTTP.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 11:24:27 +01:00
..
NamesController.php refactor: extract Actions for CheckAvailability, SubmitClaim, RegisterName 2026-04-04 11:24:27 +01:00
NamesWebController.php feat(names): enrich name detail pages with DNS records + services 2026-04-04 08:47:20 +01:00