Skip to content

Commit 9cdd4ad

Browse files
authored
fixed use statement
1 parent df3dd4a commit 9cdd4ad

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
@@ -701,7 +701,7 @@ If you need to get the logged in user from a service, use the
701701
// src/Service/ExampleService.php
702702
// ...
703703

704-
use Symfony\\Component\\Security\\Core\\Security;
704+
use Symfony\Component\Security\Core\Security;
705705

706706
class ExampleService
707707
{

0 commit comments

Comments
 (0)