コード例 #1
0
 public function __construct()
 {
     $access = new Setup();
     $this->github_client_id = $access->getGithubClientId();
     $this->github_client_secret = $access->getGithubClientSecret();
 }