Skip to content

Commit c869c74

Browse files
committed
Refer to correct config path
1 parent 850d719 commit c869c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function register()
3636

3737
$this->mergeConfigFrom($this->configPath, 'sns-handler');
3838

39-
if (!config('validate-sns-messages')) {
39+
if (!config('sns-handler.validate-sns-messages')) {
4040
$this->app->bind(MessageValidator::class, NullMessageValidator::class);
4141
}
4242

0 commit comments

Comments
 (0)