jikan-rest/app/Dto/ProducerLookupCommand.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

14 lines
179 B
PHP

<?php
namespace App\Dto;
use Illuminate\Http\JsonResponse;
/**
* @extends LookupDataCommand<JsonResponse>
*/
final class ProducerLookupCommand extends LookupDataCommand
{
}