Skip to content

Commit 310e31d

Browse files
committed
[SecurityBundle] Fix case sensitive use
1 parent 7e766da commit 310e31d

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\Component\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)