Skip to content

Commit 149eba2

Browse files
committed
fix tests on symfony/security 5.1
1 parent cb3f6e1 commit 149eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/app/AccessDeniedListener/security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'firewalls' => [
2020
'default' => [
2121
'provider' => 'in_memory',
22-
'anonymous' => 'lazy',
22+
'anonymous' => null,
2323
'stateless' => true,
2424
'guard' => [
2525
'authenticators' => [

0 commit comments

Comments
 (0)