提交的内容

This commit is contained in:
2025-05-12 15:45:02 +08:00
parent 629c4750da
commit b48c692775
3043 changed files with 34732 additions and 60810 deletions

4
vendor/overtrue/socialite/src/Providers/GitHub.php vendored Executable file → Normal file
View File

@ -9,9 +9,9 @@ use Overtrue\Socialite\User;
class GitHub extends Base
{
public const NAME = 'github';
public const NAME = 'github';
protected array $scopes = ['read:user'];
protected array $scopes = ['read:user'];
protected string $scopeSeparator = ' ';