Untitled
unknown
php
2 years ago
270 B
10
Indexable
$userDetails = $this->cache->get();
if (empty($userDetails)) {
$errorResponse['answer'] = $this->translator->translate('error.login_expired');
$errorResponse['complements'] = [];
$this->generateError($errorResponse);
}Editor is loading...