Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Oct 30, 2014
1 parent f0c12ba commit 332279e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;

class WordPressEntryPoint implements AccessDeniedHandlerInterface, AuthenticationEntryPointInterface
class WordpressEntryPoint implements AccessDeniedHandlerInterface, AuthenticationEntryPointInterface
{
/**
* @var string URL to wp-login.php
Expand Down

0 comments on commit 332279e

Please sign in to comment.