Skip to content

Commit 83d751e

Browse files
tacmanjaviereguiluz
authored andcommitted
fix missing 'private' declaration
1 parent f30cbe0 commit 83d751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/access_denied_handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ unauthenticated user tries to access a protected resource::
3434
class AuthenticationEntryPoint implements AuthenticationEntryPointInterface
3535
{
3636
public function __construct(
37-
UrlGeneratorInterface $urlGenerator,
37+
private UrlGeneratorInterface $urlGenerator,
3838
) {
3939
}
4040

0 commit comments

Comments
 (0)