Ejemplo n.º 1
0
 public static function sessionUser(GithubUser $user)
 {
     Session::set(self::$sessionKey, $user->json());
 }