backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-04-04 20:22:02 +02:00
parent 3c1636d517
commit d7a80f4e04
2 changed files with 3 additions and 1 deletions

View file

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

View file

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