Example #1
0
 public function getIdentity()
 {
     $identity = parent::getIdentity();
     if ($identity !== null) {
         $identity = $this->userService->getById((int) $identity->getId());
     }
     return $identity;
 }