Untitled
Anonymous
php
08/31/2023 9:29 PM
360 B
16
Indexable
$userDetails = $this->cache->get();
if (empty($userDetails)) {
$errorResponse['answer'] = $this->translator->translate('error.login_expired');
$errorResponse['complements'] = [];
$this->generateError($errorResponse);
}Editor is loading...