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 17b0c7c commit a613f98Copy full SHA for a613f98
src/LiveComponent/tests/Fixtures/Kernel.php
@@ -60,6 +60,7 @@ protected function configureContainer(ContainerConfigurator $c): void
60
'router' => ['utf8' => true],
61
'secrets' => false,
62
'session' => ['storage_factory_id' => 'session.storage.factory.mock_file'],
63
+ 'http_method_override' => false,
64
]);
65
66
$c->extension('twig', [
0 commit comments