Skip to content

Commit 1e920a7

Browse files
committed
Fix namespace/filepath mismatch found by DOCtor-RST
- Fix SecurityController namespace from App\Controller\SecurityController to App\Controller 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent c9f9685 commit 1e920a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ You can logout user programmatically using the ``logout()`` method of the
19401940
:class:`Symfony\\Bundle\\SecurityBundle\\Security` helper::
19411941

19421942
// src/Controller/SecurityController.php
1943-
namespace App\Controller\SecurityController;
1943+
namespace App\Controller;
19441944

19451945
use Symfony\Bundle\SecurityBundle\Security;
19461946

0 commit comments

Comments
 (0)