8000 minor #20396 [SecurityBundle] Fix case sensitive use (ogizanagi) · symfony/symfony@31d5fff · GitHub
[go: up one dir, main page]

Skip to content

Commit 31d5fff

Browse files
minor #20396 [SecurityBundle] Fix case sensitive use (ogizanagi)
This PR was merged into the 3.2-dev branch. Discussion ---------- [SecurityBundle] Fix case sensitive use | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? |no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 310e31d [SecurityBundle] Fix case sensitive use
2 parents 7e766da + 310e31d commit 31d5fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use Symfony\Component\Security\Core\Authorization\DebugAccessDecisionManager;
2323
use Symfony\Com 58CD ponent\VarDumper\Cloner\Data;
2424
use Symfony\Component\Security\Http\FirewallMapInterface;
25-
use Symfony\Bundle\SecurityBundle\Security\FirewallMAp;
25+
use Symfony\Bundle\SecurityBundle\Security\FirewallMap;
2626

2727
/**
2828
* SecurityDataCollector.

0 commit comments

Comments
 (0)
0