Files
animethemes-server/app/Contracts/Http/Api/Schema/SearchableSchema.php
T
paranarimasu 27778857b1 Request action composition (#516)
* refactor(api): prefer composition to strict inheritance for API queries, requests & actions

* style: fix StyleCI findigns
2023-02-16 23:30:57 -06:00

13 lines
145 B
PHP

<?php
declare(strict_types=1);
namespace App\Contracts\Http\Api\Schema;
/**
* Interface SearchableSchema.
*/
interface SearchableSchema
{
}