Skip to content

Commit 2191c9b

Browse files
committed
minor #8304 Update remember_me.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update remember_me.rst Commits ------- f96054f Update remember_me.rst
2 parents 5378df7 + f96054f commit 2191c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ In the following example, the action is only allowed if the user has the
241241
.. code-block:: php
242242
243243
// ...
244-
use Symfony\Component\Security\Core\Exception\AccessDeniedException
244+
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
245245
246246
// ...
247247
public function editAction()

0 commit comments

Comments
 (0)