rename ContainerAware in ContainerAwareAdmin

This commit is contained in:
Manuel Raynaud
2013-08-12 10:11:23 +02:00
parent 88f8e22408
commit 3d94a89899
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ namespace Thelia\Admin\Controller;
use Symfony\Component\Routing\RequestContext;
use Symfony\Component\HttpFoundation\Response;
use Thelia\Core\DependencyInjection\ContainerAware;
use Thelia\Core\DependencyInjection\ContainerAwareAdmin;
use Thelia\Form\BaseForm;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpKernel\HttpKernelInterface;
@@ -51,7 +51,7 @@ use Thelia\Core\Security\Exception\AuthorizationException;
* @author Manuel Raynaud <mraynaud@openstudio.fr>
*/
class BaseAdminController extends ContainerAware
class BaseAdminController extends ContainerAwareAdmin
{
const TEMPLATE_404 = "404";

View File

@@ -29,7 +29,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Thelia\Core\Security\SecurityContext;
class ContainerAware implements ContainerAwareInterface {
class ContainerAwareAdmin implements ContainerAwareInterface {
/**
* @var ContainerInterface