diff --git a/src/ShowsqlServiceProvider.php b/src/ShowsqlServiceProvider.php index 0bb3313..0f2151e 100644 --- a/src/ShowsqlServiceProvider.php +++ b/src/ShowsqlServiceProvider.php @@ -11,7 +11,7 @@ public function boot(): void { $this->publishes([ __DIR__ . '/../config/showsql.php' => config_path('showsql.php'), - ]); + ], 'smart-config'); Builder::macro('showSql', function ($callback = null) { $showSql = new ShowSql($this, $callback);