File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33namespace palPalani \SqsQueueReader ;
44
5+ use Aws \Exception \AwsException ;
6+ use Aws \Sqs \SqsClient ;
57use Illuminate \Queue \Events \JobProcessed ;
68use Illuminate \Support \Facades \Config ;
79use Illuminate \Support \Facades \Log ;
810use Illuminate \Support \Facades \Queue ;
911use Illuminate \Support \ServiceProvider ;
1012use palPalani \SqsQueueReader \Sqs \Connector ;
11- use Aws \Sqs \SqsClient ;
12- use Aws \Exception \AwsException ;
1313
1414class SqsQueueReaderServiceProvider extends ServiceProvider
1515{
@@ -45,7 +45,7 @@ public function boot(): void
4545 $ client = new SqsClient ([
4646 //'profile' => 'default',
4747 'region ' => Config::get ('queue.connections.sqs-json.region ' ),
48- 'version ' => '2012-11-05 '
48+ 'version ' => '2012-11-05 ' ,
4949 ]);
5050
5151 foreach ($ batchIds as $ batch ) {
You can’t perform that action at this time.
0 commit comments