/** * {@inheritDoc} */ protected function postCreate($entity) { /** * @var User $entity */ $this->createActivationHash($entity); return parent::postCreate($entity); }
/** * {@inheritDoc} */ protected function postCreate($entity) { return parent::postCreate($entity); }