Merge pull request #18 from jeremylivingston/session-namespace

[Validator] Modified Session namespace for Symfony 2.1
This commit is contained in:
Grégoire Passault 2012-04-26 06:11:56 -07:00
commit 05868f8b08
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace Gregwar\CaptchaBundle\Type;
use Symfony\Component\HttpFoundation\Session;
use Symfony\Component\HttpFoundation\Session\Session;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\Form\FormView;

View File

@ -3,7 +3,7 @@
namespace Gregwar\CaptchaBundle\Validator;
use Symfony\Component\Form\FormValidatorInterface;
use Symfony\Component\HttpFoundation\Session;
use Symfony\Component\HttpFoundation\Session\Session;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormError;