Skip to content

Commit

Permalink
Merge pull request #39 from sgasser/master
Browse files Browse the repository at this point in the history
Thank you
  • Loading branch information
laupiFrpar committed Jun 15, 2016
2 parents 26e2916 + 5beba38 commit 0c765ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Controller/AuthController.php
Expand Up @@ -3,7 +3,7 @@
namespace Lopi\Bundle\PusherBundle\Controller;

use Lopi\Bundle\PusherBundle\Authenticator\ChannelAuthenticatorPresenceInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
Expand All @@ -14,7 +14,7 @@
* @author Richard Fullmer <richard.fullmer@opensoftdev.com>
* @author Pierre-Louis Launay <laupi.frpar@gmail.com>
*/
class AuthController extends ContainerAware
class AuthController extends Controller
{

/**
Expand Down

0 comments on commit 0c765ba

Please sign in to comment.