Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Mar 13, 2024
1 parent 8585076 commit f743704
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
'client_secret' => env('GITHUB_CLIENT_SECRET'),
'redirect' => env('GITHUB_REDIRECT'),
'docs_repo_url' => '[email protected]:laravelsu/docs.git',
'org_url' => 'https://github.com/laravelsu',
'repos' => [
'org_url' => 'https://github.com/laravelsu',
'repos' => [
'docs' => 'laravelsu/docs',
'site' => 'laravelsu/laravel.su'
]
'site' => 'laravelsu/laravel.su',
],
],

'donate' => [
Expand Down

0 comments on commit f743704

Please sign in to comment.