From 939db5b0164584212b0a5762ad9d49a738d13c68 Mon Sep 17 00:00:00 2001 From: niqingyang Date: Sun, 28 Jun 2020 21:09:47 +0800 Subject: [PATCH] fixed #3 --- src/GithubApi.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/GithubApi.php b/src/GithubApi.php index 42fe4ec..6af6406 100644 --- a/src/GithubApi.php +++ b/src/GithubApi.php @@ -43,6 +43,11 @@ class GithubApi // 暂时未用到 const API_REF_URL = '/repos/{owner}/{repo}/git/refs/heads/master?access_token={token}'; + /** + * 访问令牌 + * + * @var string + */ private static $access_token; /**