Skip to content

Commit f96054f

Browse files
authored
Update remember_me.rst
1 parent 861e72b commit f96054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

+1-1
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)