rename ContainerAware in ContainerAwareAdmin
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Thelia\Admin\Controller;
|
|||||||
use Symfony\Component\Routing\RequestContext;
|
use Symfony\Component\Routing\RequestContext;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
use Thelia\Core\DependencyInjection\ContainerAware;
|
use Thelia\Core\DependencyInjection\ContainerAwareAdmin;
|
||||||
use Thelia\Form\BaseForm;
|
use Thelia\Form\BaseForm;
|
||||||
use Symfony\Component\HttpFoundation\RedirectResponse;
|
use Symfony\Component\HttpFoundation\RedirectResponse;
|
||||||
use Symfony\Component\HttpKernel\HttpKernelInterface;
|
use Symfony\Component\HttpKernel\HttpKernelInterface;
|
||||||
@@ -51,7 +51,7 @@ use Thelia\Core\Security\Exception\AuthorizationException;
|
|||||||
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
* @author Manuel Raynaud <mraynaud@openstudio.fr>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class BaseAdminController extends ContainerAware
|
class BaseAdminController extends ContainerAwareAdmin
|
||||||
{
|
{
|
||||||
const TEMPLATE_404 = "404";
|
const TEMPLATE_404 = "404";
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ use Symfony\Component\DependencyInjection\ContainerAwareInterface;
|
|||||||
use Symfony\Component\DependencyInjection\ContainerInterface;
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
||||||
use Thelia\Core\Security\SecurityContext;
|
use Thelia\Core\Security\SecurityContext;
|
||||||
|
|
||||||
class ContainerAware implements ContainerAwareInterface {
|
class ContainerAwareAdmin implements ContainerAwareInterface {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var ContainerInterface
|
* @var ContainerInterface
|
||||||
Reference in New Issue
Block a user