Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akase244/ad27a599c48952c6fb3fe60da293540c to your computer and use it in GitHub Desktop.
Save akase244/ad27a599c48952c6fb3fe60da293540c to your computer and use it in GitHub Desktop.
socialite/src/Two/GithubProvider.php
<?php
/**
* The scopes being requested.
*
* @var array
*/
protected $scopes = ['user:email'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment