Modified Session namespace for Symfony 2.1

This commit is contained in:
Jeremy Livingston 2012-04-25 22:54:51 -04:00
parent 0453ae2e0e
commit 63190cf896
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;