Skip to content

Commit ec7a557

Browse files
committed
minor #10518 fixed use statement (OskarStark)
This PR was merged into the 4.1 branch. Discussion ---------- fixed use statement <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9cdd4ad fixed use statement
2 parents d717c8f + 9cdd4ad commit ec7a557

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)