Beispiel #1
0
 public function createUserToken(UserToken &$userToken)
 {
     $this->throwValidationErrors($userToken);
     $this->userTokenRepository->create($userToken);
     $this->eventDispatcher->dispatch($userToken->releaseEvents());
 }