Skip to content

Commit

Permalink
Merge pull request #5 from sinemacula/bugfix/incorrect-config-key
Browse files Browse the repository at this point in the history
Bugfix/incorrect config key
  • Loading branch information
sinemacula-ben authored Aug 11, 2024
2 parents 7882089 + 0490e7c commit dc2c698
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 dc2c698

Please sign in to comment.