Removed template support for PHP

This commit is contained in:
Kevin Veen-Birkenbach 2020-04-02 21:29:33 +02:00
parent 84ba9f9c2a
commit 94194aa2c9

View File

@ -29,4 +29,4 @@ framework:
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
#app: cache.adapter.apcu
templating:
engines: ['twig', 'php']
engines: ['twig']