Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 42b1224

Browse files
committed
The security.yml file now uses the same configuration as in Symfony 2.3
(the "default" firewall is now called "main")
1 parent eb4a8e1 commit 42b1224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/config/security.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
security:
2+
23
providers:
34
in_memory:
45
memory: ~
@@ -8,5 +9,5 @@ security:
89
pattern: ^/(_(profiler|wdt|error)|css|images|js)/
910
security: false
1011

11-
default:
12+
main:
1213
anonymous: ~

0 commit comments

Comments
 (0)