mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Removed deprecated templating
This commit is contained in:
parent
94194aa2c9
commit
93a949e778
@ -5,3 +5,5 @@ fos_user:
|
|||||||
from_email:
|
from_email:
|
||||||
address: "%env(MAILER_SENDER)%"
|
address: "%env(MAILER_SENDER)%"
|
||||||
sender_name: "%env(MAILER_USER)%"
|
sender_name: "%env(MAILER_USER)%"
|
||||||
|
service:
|
||||||
|
mailer: fos_user.mailer.twig_swift
|
||||||
|
@ -28,5 +28,3 @@ framework:
|
|||||||
|
|
||||||
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
|
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
|
||||||
#app: cache.adapter.apcu
|
#app: cache.adapter.apcu
|
||||||
templating:
|
|
||||||
engines: ['twig']
|
|
||||||
|
Loading…
Reference in New Issue
Block a user