jikan-rest/app/Dto/QueryAnimeReviewsCommand.php
pushrbx 49ebc8f581 wip - mediator refactor
- anime schedules - validation and corrections
- refactorings around "augmentResponse" - macro usage instead
2023-05-21 11:14:34 +01:00

8 lines
96 B
PHP

<?php
namespace App\Dto;
final class QueryAnimeReviewsCommand extends QueryReviewsCommand
{
}