Skip to content

Commit 97018b0

Browse files
committed
minor #9261 Remember me: replace a reference to Symfony SE (dunglas)
This PR was merged into the 4.0 branch. Discussion ---------- Remember me: replace a reference to Symfony SE Commits ------- b9ef166 Remember me: replace a reference to Symfony SE
2 parents b7b9d82 + b9ef166 commit 97018b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

security/remember_me.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ In the following example, the action is only allowed if the user has the
251251
// ...
252252
}
253253
254-
If your application is based on the Symfony Standard Edition, you can also secure
254+
If you have installed `SensioFrameworkExtraBundle`_ in your application, you can also secure
255255
your controller using annotations:
256256

257257
.. code-block:: php
@@ -288,3 +288,5 @@ your controller using annotations:
288288

289289
For more information on securing services or methods in this way,
290290
see :doc:`/security/securing_services`.
291+
292+
.. _`SensioFrameworkExtraBundle`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html

0 commit comments

Comments
 (0)