Skip to content

Commit e2eb50e

Browse files
author
Cerlin
committed
Returning the property instead of again routing it via method.
1 parent 38157b7 commit e2eb50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Box/Auth/AppAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function authenticate(JWTClaim $claim)
7878

7979
$this->token_info->issued_time = time();
8080

81-
return $this->getTokenInfo();
81+
return $this->token_info;
8282
}
8383

8484
/**

0 commit comments

Comments
 (0)