Skip to content

Commit fdaf5fe

Browse files
palpalaniactions-user
authored andcommitted
Fix styling
1 parent af64a4b commit fdaf5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqsQueueReaderServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function boot(): void
4444
//'profile' => 'default',
4545
'region' => Config::get('queue.connections.sqs-json.region'),
4646
'version' => '2012-11-05',
47-
'credentials' => Arr::only(Config::get('queue.connections.sqs-json'), ['key', 'secret'])
47+
'credentials' => Arr::only(Config::get('queue.connections.sqs-json'), ['key', 'secret']),
4848
]);
4949

5050
foreach ($batchIds as $batch) {

0 commit comments

Comments
 (0)