Skip to content

Commit bd7a9d7

Browse files
committed
Make test.session.listener compatible with SF 6.0 SessionListener
1 parent b8aca26 commit bd7a9d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
->args([
4040
service_locator([
4141
'session' => service('.session.do-not-use')->ignoreOnInvalid(),
42+
'session_factory' => service('session.factory')->ignoreOnInvalid(),
4243
]),
4344
param('kernel.debug'),
4445
param('session.storage.options'),

0 commit comments

Comments
 (0)