change class controller inheritance

This commit is contained in:
Manuel Raynaud
2013-08-12 16:59:15 +02:00
parent 071a4c17bc
commit 086f73aeca
4 changed files with 4 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ use Thelia\Core\Security\SecurityContext;
use Thelia\Model\Customer;
use Thelia\Core\Event\TheliaEvents;
class CustomerController extends BaseController {
class CustomerController extends BaseFrontController {
public function createAction()
{