We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c948c8 commit 3fb678aCopy full SHA for 3fb678a
cookbook/security/voters.rst
@@ -49,11 +49,7 @@ and compare the IP address against a set of blacklisted IP addresses:
49
protected $requestStack;
50
private $blacklistedIp;
51
52
-<<<<<<< HEAD
53
public function __construct(RequestStack $requestStack, array $blacklistedIp = array())
54
-=======
55
- public function __construct(ContainerInterface $container, array $blacklistedIp = array())
56
->>>>>>> 2.3
57
{
58
$this->requestStack = $requestStack;
59
$this->blacklistedIp = $blacklistedIp;
0 commit comments