Skip to content

Commit a4c3b34

Browse files
committed
Closes #43
1 parent cdf0649 commit a4c3b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryDetectorServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function boot()
1515
if ($this->app->runningInConsole()) {
1616
$this->publishes([
1717
__DIR__.'/../config/config.php' => config_path('querydetector.php'),
18-
], 'config');
18+
], 'query-detector-config');
1919
}
2020

2121
$this->registerMiddleware(QueryDetectorMiddleware::class);

0 commit comments

Comments
 (0)