Skip to content

Commit a15381a

Browse files
authored
fix missing 'private' declaration
1 parent 8497373 commit a15381a

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)