creating new ContainerAware class fixing context on it

This commit is contained in:
Manuel Raynaud
2013-08-12 10:07:37 +02:00
parent 8d1cd1019b
commit 88f8e22408
5 changed files with 92 additions and 4 deletions

View File

@@ -23,9 +23,9 @@
namespace Thelia\Admin\Controller;
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\DependencyInjection\ContainerAware;
use Symfony\Component\HttpFoundation\Response;
use Thelia\Core\DependencyInjection\ContainerAware;
use Thelia\Form\BaseForm;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpKernel\HttpKernelInterface;