We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 850d719 commit c869c74Copy full SHA for c869c74
src/ServiceProvider.php
@@ -36,7 +36,7 @@ public function register()
36
37
$this->mergeConfigFrom($this->configPath, 'sns-handler');
38
39
- if (!config('validate-sns-messages')) {
+ if (!config('sns-handler.validate-sns-messages')) {
40
$this->app->bind(MessageValidator::class, NullMessageValidator::class);
41
}
42
0 commit comments