Fix pint style for ttwitter config file

This commit is contained in:
Jonny Barnes 2022-07-27 13:03:52 +01:00
parent a5ec2ca4b3
commit 1c3d62bc71
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -2,7 +2,7 @@
// You can find the keys here : https://dev.twitter.com/
return [
return [
'API_URL' => 'api.twitter.com',
'API_VERSION' => '1.1',
'AUTHENTICATE_URL' => 'https://api.twitter.com/oauth/authenticate',
@ -15,4 +15,4 @@
'CONSUMER_SECRET' => env('TWITTER_CONSUMER_SECRET'),
'ACCESS_TOKEN' => env('TWITTER_ACCESS_TOKEN'),
'ACCESS_TOKEN_SECRET' => env('TWITTER_ACCESS_TOKEN_SECRET'),
];
];