Skip to content

Commit

Permalink
added mising "use" classes: FormEvent, FilterUserResponseEvent, FOSUs…
Browse files Browse the repository at this point in the history
…erEvents
  • Loading branch information
Rommel M. Zamora committed Dec 26, 2012
1 parent baab586 commit ffe5dd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Controller/ProfileController.php
Expand Up @@ -16,7 +16,11 @@
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
use Symfony\Component\HttpFoundation\Response;
use FOS\UserBundle\Model\UserInterface;
use FOS\UserBundle\Event\FormEvent;
use FOS\UserBundle\Event\FilterUserResponseEvent;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use FOS\UserBundle\FOSUserEvents;


/**
* This class is inspirated from the FOS Profile Controller, except :
Expand Down

0 comments on commit ffe5dd0

Please sign in to comment.