diff --git a/src/TrongateServiceProvider.php b/src/TrongateServiceProvider.php index dcb71d3..da22a65 100644 --- a/src/TrongateServiceProvider.php +++ b/src/TrongateServiceProvider.php @@ -22,7 +22,7 @@ public function boot(Kernel $kernel) if ($this->app->runningInConsole()) { $this->publishes([ __DIR__.'/config/trongate.php' => config_path('trongate.php'), - ]); + ], 'config'); $this->publishes([ __DIR__.'/lang' => lang_path('vendor/trongate'),