Implement caching of query dto

This commit is contained in:
Tim
2025-05-04 16:47:39 +02:00
parent d62d34fb63
commit 59e068fbf7
6 changed files with 90 additions and 8 deletions

View File

@ -2,7 +2,7 @@
namespace App\Dto;
readonly class SnipFilterRequest
readonly class SnipFilterRequest implements CachableDtoInterface
{
public function __construct(
public bool $onlyVisible = true,