Skip to content

Commit da1caa2

Browse files
The wrong type is used for autowiring
1 parent 6d19241 commit da1caa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ logic you want::
317317
{
318318
private $accessDecisionManager;
319319

320-
public function __construct(AccessDecisionManager $accessDecisionManager)
320+
public function __construct(AccessDecisionManagerInterface $accessDecisionManager)
321321
{
322322
$this->accessDecisionManager = $accessDecisionManager;
323323
}

0 commit comments

Comments
 (0)