Goal-Calibration/app/Text
Yisroel Baum bf006220e8
pass user object to create text use case
drop UserRepository dependency; controller now passes the
authenticated User directly via CreateTextRequest, eliminating
a redundant repository lookup.
2026-05-02 21:27:32 +03:00
..
UseCases pass user object to create text use case 2026-05-02 21:27:32 +03:00
CreateTextDto.php add user property to text entity 2026-05-02 21:27:28 +03:00
JsonTextRepository.php php cs fixer 2026-04-19 23:07:48 +03:00
Text.php add user property to text entity 2026-05-02 21:27:28 +03:00
TextController.php refactor create text controller to catch BadRequestException 2026-04-19 23:38:23 +03:00
TextRepository.php add getAll method to text repo 2026-04-12 21:54:31 +03:00