update cache management (cache:clear is not a solution)

This commit is contained in:
Simon Vieille 2021-04-04 20:21:43 +02:00
parent 2de1c8ddaa
commit acbc18c95b
2 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class SiteEventSubscriber extends EntityManagerEventSubscriber
{
protected KernelInterface $kernel;
protected SymfonyCacheManager $cacheManager;
static protected int $priority = -1;
public function __construct(KernelInterface $kernel, SymfonyCacheManager $cacheManager)
{

View File

@ -123,3 +123,6 @@
"Edit the routing": "Éditez le routage"
"Name": "Nom"
"Authentication": "Authentification"
"Anyway": "Peu importe"
"Yes": "Oui"
"No": "Non"