Skip to content

Commit

Permalink
Closes #43
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Oct 4, 2024
1 parent cdf0649 commit a4c3b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryDetectorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function boot()
if ($this->app->runningInConsole()) {
$this->publishes([
__DIR__.'/../config/config.php' => config_path('querydetector.php'),
], 'config');
], 'query-detector-config');
}

$this->registerMiddleware(QueryDetectorMiddleware::class);
Expand Down

0 comments on commit a4c3b34

Please sign in to comment.