[SecurityBundle][FirewallMap] Remove unused property

This commit is contained in:
Thomas Calvet 2019-12-13 17:57:31 +01:00
parent e04331657f
commit 0904e57b85

View File

@ -107,13 +107,11 @@ class _FirewallMap
{
private $container;
private $map;
private $contexts;
public function __construct(ContainerInterface $container, $map)
{
$this->container = $container;
$this->map = $map;
$this->contexts = new \SplObjectStorage();
}
public function getListeners(Request $request)