* stocek street food removed/merged in SZEP card

* new POS terminal automation added
This commit is contained in:
Danyi Dávid
2018-07-09 00:16:13 +02:00
parent b99d07627b
commit efad8765c8
3 changed files with 27 additions and 7 deletions

View File

@@ -43,10 +43,12 @@ class SmsStoreService
return true;
}
/**
* @param string $hashKey
* @return User
*/
/**
* @param string $hashKey
* @return User
* @throws \Doctrine\ORM\ORMException
* @throws \Doctrine\ORM\OptimisticLockException
*/
private function ensureUserExists(string $hashKey): User
{
/** @var User $user */