From: Raphaƫl Gertz <git@rapsys.eu>
Date: Sat, 29 Jul 2023 04:01:43 +0000 (+0200)
Subject: Generic configuration
X-Git-Tag: 0.2.4~3
X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/4004f8f347547b5efa2817ca087c82ee7cc2229e

Generic configuration
---

diff --git a/Resources/config/packages/rapsys_pack.yaml b/Resources/config/packages/rapsys_pack.yaml
index 0456576..9b24228 100644
--- a/Resources/config/packages/rapsys_pack.yaml
+++ b/Resources/config/packages/rapsys_pack.yaml
@@ -24,7 +24,7 @@ services:
         public: true
     #Register facebook event subscriber
     Rapsys\PackBundle\Subscriber\FacebookSubscriber:
-        arguments: [ '@router', '%rapsys_air.locales%' ]
+        arguments: [ '@router', [] ]
         tags: [ 'kernel.event_subscriber' ]
     #Register intl util class alias
     Rapsys\PackBundle\Util\IntlUtil: