Skip to content

Commit a504df8

Browse files
authored
Revert style fix
1 parent 6dc81e9 commit a504df8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Illuminate/Cache/CacheManager.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ protected function newDynamodbClient(array $config)
266266

267267
if (isset($config['key'], $config['secret'])) {
268268
$dynamoConfig['credentials'] = Arr::only(
269-
$config,
270-
['key', 'secret', 'token']
269+
$config, ['key', 'secret', 'token']
271270
);
272271
}
273272

0 commit comments

Comments
 (0)