Skip to content

Commit

Permalink
Fixed issue with incorrect config key in the service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sinemacula-ben committed Aug 11, 2024
1 parent 0a979d1 commit 0490e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SnsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function boot(): void
public function register(): void
{
$this->mergeConfigFrom(
__DIR__ . '/../config/aws.php', 'aws.sns'
__DIR__ . '/../config/aws.php', 'aws'
);

$this->registerTopicManager();
Expand Down

0 comments on commit 0490e7c

Please sign in to comment.