Skip to content

Commit

Permalink
Minor fixes in the comments of some recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 10, 2018
1 parent e942ed1 commit 5f1626a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions symfony/security-bundle/3.3/config/packages/security.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
security:
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
providers:
in_memory: { memory: ~ }
firewalls:
Expand All @@ -12,7 +12,7 @@ security:
# activate different ways to authenticate

# http_basic: ~
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate

# form_login: ~
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html
# https://symfony.com/doc/current/security/form_login_setup.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://symfony.com/doc/current/email/dev_environment.html
swiftmailer:
# send all emails to a specific address
# send all emails to a specific address
#delivery_addresses: ['me@example.com']

0 comments on commit 5f1626a

Please sign in to comment.