Skip to content

Commit f743704

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 8585076 commit f743704

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/services.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
'client_secret' => env('GITHUB_CLIENT_SECRET'),
3838
'redirect' => env('GITHUB_REDIRECT'),
3939
'docs_repo_url' => '[email protected]:laravelsu/docs.git',
40-
'org_url' => 'https://github.com/laravelsu',
41-
'repos' => [
40+
'org_url' => 'https://github.com/laravelsu',
41+
'repos' => [
4242
'docs' => 'laravelsu/docs',
43-
'site' => 'laravelsu/laravel.su'
44-
]
43+
'site' => 'laravelsu/laravel.su',
44+
],
4545
],
4646

4747
'donate' => [

0 commit comments

Comments
 (0)