Skip to content

Commit 939db5b

Browse files
committed
fixed #3
1 parent 80e1d2b commit 939db5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/GithubApi.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ class GithubApi
4343
// 暂时未用到
4444
const API_REF_URL = '/repos/{owner}/{repo}/git/refs/heads/master?access_token={token}';
4545

46+
/**
47+
* 访问令牌
48+
*
49+
* @var string
50+
*/
4651
private static $access_token;
4752

4853
/**

0 commit comments

Comments
 (0)