sf4 resolve errors and depreciations

This commit is contained in:
2020-07-30 13:53:15 +02:00
parent 7881efa5fe
commit ced9d17d03
92 changed files with 52 additions and 51 deletions

View File

@@ -4,7 +4,7 @@ services:
- "@logger"
- "@twig"
- "@mailer"
- "@swiftmailer.transport"
# - "@swiftmailer.transport"
- "@router"
- "@translator"
- "%chill_main.notifications%"

View File

@@ -6,5 +6,5 @@ services:
- { name: kernel.event_subcriber }
Chill\MainBundle\Redis\ChillRedis:
factory: 'Chill\MainBundle\Redis\RedisConnectionFactory:create'
factory: [ '@Chill\MainBundle\Redis\RedisConnectionFactory', 'create' ]

View File

@@ -1,20 +1,20 @@
services:
twig_intl:
class: Twig_Extensions_Extension_Intl
tags:
- { name: twig.extension }
twig_date:
class: Twig_Extensions_Extension_Date
arguments:
- "@translator"
tags:
- { name: twig.extension }
twig_text:
class: Twig_Extensions_Extension_Text
tags:
- { name: twig.extension }
# twig_intl:
# class: Twig_Extensions_Extension_Intl
# tags:
# - { name: twig.extension }
#
# twig_date:
# class: Twig_Extensions_Extension_Date
# arguments:
# - "@translator"
# tags:
# - { name: twig.extension }
#
# twig_text:
# class: Twig_Extensions_Extension_Text
# tags:
# - { name: twig.extension }
Chill\MainBundle\Templating\ChillTwigHelper:
tags: