We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5050d24 commit c3f48adCopy full SHA for c3f48ad
src/config/parameters.php
@@ -10,3 +10,10 @@
10
'annotations' => ['cache' => 'none'],
11
]);
12
}
13
+
14
+// Not setting the router to utf8 is deprecated in symfony 5.1
15
+if (\Symfony\Component\HttpKernel\Kernel::VERSION_ID >= 50100) {
16
+ $container->loadFromExtension('framework', [
17
+ 'router' => ['utf8' => true],
18
+ ]);
19
+}
0 commit comments