TIDE/backend/app/Comment
Yisroel Baum a59fc4890f
implement ListCommentsForPost use case
Renames seed() helper to seedComment() to avoid clashing with
Illuminate\Foundation\Testing\TestCase::seed().
2026-05-06 22:15:49 +03:00
..
UseCases implement ListCommentsForPost use case 2026-05-06 22:15:49 +03:00
Comment.php add Comment entity, dto, repository interface 2026-05-06 22:13:37 +03:00
CommentModel.php add Comment persistence: model, migration, eloquent + fake repo 2026-05-06 22:14:11 +03:00
CommentRepository.php add Comment entity, dto, repository interface 2026-05-06 22:13:37 +03:00
CreateCommentDto.php add Comment entity, dto, repository interface 2026-05-06 22:13:37 +03:00
EloquentCommentRepository.php add Comment persistence: model, migration, eloquent + fake repo 2026-05-06 22:14:11 +03:00