Skip to content

Commit 7a5a211

Browse files
fixing indentation
1 parent c44f7bb commit 7a5a211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/security-bundle/7.3/config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ security:
77
users_in_memory: { memory: null }
88
firewalls:
99
dev:
10-
pattern: ^/_profiler|_wdt|assets|build/ # `assets` is for AssetMapper; `build` is for Webpack Encore
10+
pattern: ^/_profiler|_wdt|assets|build/ # `assets` is for AssetMapper; `build` is for Webpack Encore
1111
security: false
1212
main:
1313
lazy: true

0 commit comments

Comments
 (0)