Skip to content

Commit

Permalink
feat: remove config
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Dec 26, 2024
1 parent 122d9f9 commit 0fa781e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,10 @@
],

'twitter' => [
'client_id' => env('TWITTER_CLIENT_ID'),
'client_secret' => env('TWITTER_CLIENT_SECRET'),
'redirect' => env('TWITTER_REDIRECT'),
'consumer_key' => env('TWITTER_CONSUMER_KEY'),
'consumer_secret' => env('TWITTER_CONSUMER_SECRET'),
'access_token' => env('TWITTER_ACCESS_TOKEN'),
'access_secret' => env('TWITTER_ACCESS_SECRET'),
'scopes' => [],
'with' => [],
],

'unsplash' => [
Expand Down

0 comments on commit 0fa781e

Please sign in to comment.