Skip to content

Commit a613f98

Browse files
committed
Fix deprecation notice
1 parent 17b0c7c commit a613f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveComponent/tests/Fixtures/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ protected function configureContainer(ContainerConfigurator $c): void
6060
'router' => ['utf8' => true],
6161
'secrets' => false,
6262
'session' => ['storage_factory_id' => 'session.storage.factory.mock_file'],
63+
'http_method_override' => false,
6364
]);
6465

6566
$c->extension('twig', [

0 commit comments

Comments
 (0)