Skip to content

Commit

Permalink
Fixing missing ; thanks to marcospoke on the comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Dec 11, 2014
1 parent 039d547 commit 549e44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knpu/episode2/deny-access-controller.rst
Expand Up @@ -116,7 +116,7 @@ into this::
{
$securityContext = $this->container->get('security.context');
if (!$securityContext->isGranted('ROLE_USER')) {
throw new AccessDeniedException('Need ROLE_USER!')
throw new AccessDeniedException('Need ROLE_USER!');
}
}

Expand Down

0 comments on commit 549e44a

Please sign in to comment.