diff --git a/core/EventSuscriber/Site/SiteEventSubscriber.php b/core/EventSuscriber/Site/SiteEventSubscriber.php index d46435c..db9d5e6 100644 --- a/core/EventSuscriber/Site/SiteEventSubscriber.php +++ b/core/EventSuscriber/Site/SiteEventSubscriber.php @@ -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) { diff --git a/core/Resources/translations/messages.fr.yaml b/core/Resources/translations/messages.fr.yaml index 2eefd0d..61b0f18 100644 --- a/core/Resources/translations/messages.fr.yaml +++ b/core/Resources/translations/messages.fr.yaml @@ -123,3 +123,6 @@ "Edit the routing": "Éditez le routage" "Name": "Nom" "Authentication": "Authentification" +"Anyway": "Peu importe" +"Yes": "Oui" +"No": "Non"