Oups... I forgot to rename CustomerCreation into CustomerCreateForm
This commit is contained in:
@@ -28,7 +28,7 @@ use Thelia\Core\Event\LostPasswordEvent;
|
|||||||
use Thelia\Core\Security\Authentication\CustomerUsernamePasswordFormAuthenticator;
|
use Thelia\Core\Security\Authentication\CustomerUsernamePasswordFormAuthenticator;
|
||||||
use Thelia\Core\Security\Exception\AuthenticationException;
|
use Thelia\Core\Security\Exception\AuthenticationException;
|
||||||
use Thelia\Core\Security\Exception\UsernameNotFoundException;
|
use Thelia\Core\Security\Exception\UsernameNotFoundException;
|
||||||
use Thelia\Form\CustomerCreation;
|
use Thelia\Form\CustomerCreateForm;
|
||||||
use Thelia\Form\CustomerLogin;
|
use Thelia\Form\CustomerLogin;
|
||||||
use Thelia\Form\CustomerLostPasswordForm;
|
use Thelia\Form\CustomerLostPasswordForm;
|
||||||
use Thelia\Form\CustomerUpdateForm;
|
use Thelia\Form\CustomerUpdateForm;
|
||||||
@@ -93,7 +93,7 @@ class CustomerController extends BaseFrontController
|
|||||||
|
|
||||||
$message = false;
|
$message = false;
|
||||||
|
|
||||||
$customerCreation = new CustomerCreation($this->getRequest());
|
$customerCreation = new CustomerCreateForm($this->getRequest());
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$form = $this->validateForm($customerCreation, "post");
|
$form = $this->validateForm($customerCreation, "post");
|
||||||
|
|||||||
Reference in New Issue
Block a user