Untitled
php
23 days ago
270 B
1
Indexable
Never
$userDetails = $this->cache->get(); if (empty($userDetails)) { $errorResponse['answer'] = $this->translator->translate('error.login_expired'); $errorResponse['complements'] = []; $this->generateError($errorResponse); }