Use Symfony YAML handler

This commit is contained in:
Nico Hoffmann
2024-09-01 12:50:05 +02:00
parent 7f4eb7509d
commit 1da1d52158

View File

@@ -9,4 +9,5 @@
*/
return [
'debug' => true,
'yaml.handler' => 'symfony',
];