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