Login service and project base #2

Merged
PootisPenserHere merged 10 commits from loginService into master 2018-08-06 02:14:38 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2773092cfc - Show all commits

View File

@ -33,7 +33,7 @@ class cryptographyService{
return "$ivInHex$hexedCipherText";
} catch (Exception $e) {
throw new Exception('here was an error encrypting the string, contact the system administrator.');
throw new Exception('There was an error encrypting the string, contact the system administrator.');
$this->logger->warning("There was an error in the cryptographyService->encryptString caused by: $e ");
}
}