@@ -8,7 +8,7 @@ |
||
| 8 | 8 | { |
| 9 | 9 | public const NAME = 'github'; |
| 10 | 10 | protected array $scopes = ['read:user']; |
| 11 | - protected string $scopeSeparator = ' '; |
|
| 11 | + protected string $scopeSeparator = ' '; |
|
| 12 | 12 | |
| 13 | 13 | protected function getAuthUrl(): string |
| 14 | 14 | { |