Skip to content

Commit

Permalink
publishable config tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jorqensen committed Oct 5, 2022
1 parent aeefcfa commit 5b3979c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TrongateServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 5b3979c

Please sign in to comment.