mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
- anime schedules - validation and corrections - refactorings around "augmentResponse" - macro usage instead
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace App\Dto;
|
|
|
|
final class QueryMangaReviewsCommand extends QueryReviewsCommand
|
|
{
|
|
}
|