Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 26, 2024
1 parent 002f745 commit c5987e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BusServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ protected function registerBatchServices()

if (! empty($config['key']) && ! empty($config['secret'])) {
$dynamoConfig['credentials'] = Arr::only($config, ['key', 'secret']);

if (! empty($config['token'])) {
$dynamoConfig['credentials']['token'] = $config['token'];
}
Expand Down

0 comments on commit c5987e6

Please sign in to comment.