Untitled

mail@pastecode.io avatar
unknown
php
a year ago
270 B
2
Indexable
$userDetails = $this->cache->get();
        if (empty($userDetails)) {
            $errorResponse['answer'] = $this->translator->translate('error.login_expired');
            $errorResponse['complements'] = [];
            $this->generateError($errorResponse);
        }