* stocek street food removed/merged in SZEP card
* new POS terminal automation added
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user