Skip to content

Commit

Permalink
Merge pull request brefphp#113 from olkitu/master
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboot authored Apr 20, 2023
2 parents eabdcd4 + 144cd01 commit 42f96ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BrefServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function register()
Config::set('cache.stores.dynamodb.token', env('AWS_SESSION_TOKEN'));
Config::set('filesystems.disks.s3.token', env('AWS_SESSION_TOKEN'));
Config::set('queue.connections.sqs.token', env('AWS_SESSION_TOKEN'));
Config::set('services.ses.token', env('AWS_SESSION_TOKEN'));

$this->app->when(QueueHandler::class)
->needs('$connection')
Expand Down

0 comments on commit 42f96ec

Please sign in to comment.