Skip to content

Commit 6b3f5f4

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: [symfony#6032] some tweaks for the autowiring feature [DependencyInjection] Autowiring doc [Security] Include guard firewall configuration sample. Added doc about Homestead's Symfony integration [2.8] Add "How to Use Multiple Guard Authenticators" cookbook documentation remove note about memory spool handling on CLI [Cookbook][Serializer] fix wording Document translation_domain setting for choice fields translation_domain doc fix choice_translation_domain doc fix Travis fix Update entity.rst Conflicts: cookbook/console/request_context.rst cookbook/serializer.rst
2 parents cf9ce3d + c00626c commit 6b3f5f4

File tree

16 files changed

+689
-43
lines changed

16 files changed

+689
-43
lines changed

Diff for: book/routing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ URL) rather than the ``path()`` function (which generates a relative URL):
15821582
The host that's used when generating an absolute URL is automatically
15831583
detected using the current ``Request`` object. When generating absolute
15841584
URLs from outside the web context (for instance in a console command) this
1585-
doesn't work. See :doc:`/cookbook/console/sending_emails` to learn how to
1585+
doesn't work. See :doc:`/cookbook/console/request_context` to learn how to
15861586
solve this problem.
15871587

15881588
Summary

0 commit comments

Comments
 (0)