[mod] Typo
This commit is contained in:
parent
5ef983b4cc
commit
2773092cfc
@ -11,4 +11,4 @@ $app->get('/[{name}]', function (Request $request, Response $response, array $ar
|
||||
|
||||
// Render index view
|
||||
return $this->renderer->render($response, 'index.phtml', $args);
|
||||
});
|
||||
});
|
@ -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 ");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user