Implement caching of query dto
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace App\Dto;
|
||||
|
||||
readonly class SnipFilterRequest
|
||||
readonly class SnipFilterRequest implements CachableDtoInterface
|
||||
{
|
||||
public function __construct(
|
||||
public bool $onlyVisible = true,
|
||||
|
Reference in New Issue
Block a user