jikan-rest/app/Services/PrivateFieldMapperService.php
pushrbx fbc3b8277d wip - more fixes
- added user animelist/mangalist endpoints back
- fixed issues with the container image
- improved club model factory
- fixed ordering while searching when search engine is disabled (mongodb based search)
2023-05-21 11:18:02 +01:00

9 lines
130 B
PHP

<?php
namespace App\Services;
interface PrivateFieldMapperService
{
public function map($instance, array $values): mixed;
}