@@ -39,6 +39,10 @@ |
||
| 39 | 39 | $this->encodePassword($entity); |
| 40 | 40 | } |
| 41 | 41 | } |
| 42 | + |
|
| 43 | + /** |
|
| 44 | + * @param UserInterface $entity |
|
| 45 | + */ |
|
| 42 | 46 | private function encodePassword($entity) |
| 43 | 47 | { |
| 44 | 48 | $password = $entity->getPlainPassword(); |