Skip to content

Commit b9ef166

Browse files
authored
Remember me: replace a reference to Symfony SE
1 parent 5442d7a commit b9ef166

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)