Exemplo n.º 1
0
 /**
  * Get the users details stored in Session
  *
  * @return array
  */
 public function getUser()
 {
     return $this->provider->getUser();
 }