Skip to content

Commit

Permalink
Merge branch '5.4' into 6.0
Browse files Browse the repository at this point in the history
* 5.4:
  Make test.session.listener compatible with SF 6.0 SessionListener
  • Loading branch information
jderusse committed Sep 6, 2021
2 parents 2d9e3eb + 03d673c commit c7dc1bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
->args([
service_locator([
'session' => service('.session.do-not-use')->ignoreOnInvalid(),
'session_factory' => service('session.factory')->ignoreOnInvalid(),
]),
param('kernel.debug'),
param('session.storage.options'),
Expand Down

0 comments on commit c7dc1bd

Please sign in to comment.