replaced ~ by null

This commit is contained in:
Fabien Potencier
2019-08-01 09:31:53 +02:00
parent f0e5358bcd
commit 00f7b140b4
12 changed files with 16 additions and 15 deletions
@@ -1,7 +1,7 @@
security:
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
providers:
in_memory: { memory: ~ }
in_memory: { memory: null }
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/