SPRA-26 add redit- to test

This commit is contained in:
2024-08-02 16:07:05 +02:00
parent 9b549fa9e7
commit 2c8e32deb8
13 changed files with 55 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ use Doctrine\DBAL\Types\Types;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Entity(repositoryClass: ClientsRepository::class)]
#[ORM\Cache(usage: 'NONSTRICT_READ_WRITE', region: 'client_cache')]
class Clients
{
#[ORM\Id]