10000 Merge branch '4.1' · symfony/symfony-docs@b43a26f · GitHub
[go: up one dir, main page]

Skip to content

Commit b43a26f

Browse files
committed
Merge branch '4.1'
* 4.1: fixed use statement
2 parents d8f2433 + 9cb56ef commit b43a26f

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)
0