We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8585076 commit f743704Copy full SHA for f743704
config/services.php
@@ -37,11 +37,11 @@
37
'client_secret' => env('GITHUB_CLIENT_SECRET'),
38
'redirect' => env('GITHUB_REDIRECT'),
39
'docs_repo_url' => '[email protected]:laravelsu/docs.git',
40
- 'org_url' => 'https://github.com/laravelsu',
41
- 'repos' => [
+ 'org_url' => 'https://github.com/laravelsu',
+ 'repos' => [
42
'docs' => 'laravelsu/docs',
43
- 'site' => 'laravelsu/laravel.su'
44
- ]
+ 'site' => 'laravelsu/laravel.su',
+ ],
45
],
46
47
'donate' => [
0 commit comments