From 5b3979c624e40f6f371e59befd39d65e57769d6c Mon Sep 17 00:00:00 2001 From: Mathias Jorgensen Date: Thu, 6 Oct 2022 00:22:47 +0200 Subject: [PATCH] publishable config tag --- src/TrongateServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),