Example #1
0
 /**
  * Get a user by specified keys.
  *
  * @param array  $wkey
  * @return \stdClass | null
  */
 public function getUser(array $wkey)
 {
     return $this->userRepo->find($wkey);
 }