We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf0649 commit a4c3b34Copy full SHA for a4c3b34
src/QueryDetectorServiceProvider.php
@@ -15,7 +15,7 @@ public function boot()
15
if ($this->app->runningInConsole()) {
16
$this->publishes([
17
__DIR__.'/../config/config.php' => config_path('querydetector.php'),
18
- ], 'config');
+ ], 'query-detector-config');
19
}
20
21
$this->registerMiddleware(QueryDetectorMiddleware::class);
0 commit comments