drop UserRepository dependency; controller now passes the authenticated User directly via CreateTextRequest, eliminating a redundant repository lookup. |
||
|---|---|---|
| .. | ||
| CreateText.php | ||
| CreateTextRequest.php | ||
drop UserRepository dependency; controller now passes the authenticated User directly via CreateTextRequest, eliminating a redundant repository lookup. |
||
|---|---|---|
| .. | ||
| CreateText.php | ||
| CreateTextRequest.php | ||