Missing class Translator

This commit is contained in:
touffies
2013-11-05 15:46:38 +01:00
parent 542a8c5d20
commit 0431010a65

View File

@@ -23,6 +23,7 @@
namespace Thelia\Form;
use Symfony\Component\Validator\ExecutionContextInterface;
use Thelia\Core\Translation\Translator;
use Thelia\Model\CustomerQuery;
/**
@@ -81,6 +82,6 @@ class CustomerProfileUpdateForm extends CustomerCreateForm
public function getName()
{
return "thelia_customer_profil_update";
return "thelia_customer_profile_update";
}
}