return $this on setPassword
This commit is contained in:
@@ -105,7 +105,7 @@ class Customer extends BaseCustomer implements UserInterface
|
||||
$this->setAlgo("PASSWORD_BCRYPT");
|
||||
return parent::setPassword(password_hash($password, PASSWORD_BCRYPT));
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setDispatcher(EventDispatcherInterface $dispatcher)
|
||||
|
||||
Reference in New Issue
Block a user