From: Raphaƫl Gertz 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?hp=3790a71f1f7bfee218365cee2cb5b8b2752eb38a 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: