Update src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

Add use HttpKernelInterface for refactored forward method
This commit is contained in:
Alexander Miehe 2013-01-11 13:33:14 +01:00
parent 69aa428d47
commit f127781f2e

View File

@ -17,6 +17,7 @@ use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\StreamedResponse;
use Symfony\Component\DependencyInjection\ContainerAware;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
use Symfony\Component\HttpKernel\HttpKernelInterface;
use Symfony\Component\Form\FormTypeInterface;
use Symfony\Component\Form\Form;
use Symfony\Component\Form\FormBuilder;